Spaces:
Running
Running
hugforziio
commited on
Commit
•
83c124a
1
Parent(s):
15be156
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ def on_click_send_btn(
|
|
48 |
chat_model, temperature, top_p, choices_num, stream, max_tokens, presence_penalty, frequency_penalty, logit_bias,
|
49 |
):
|
50 |
|
|
|
51 |
print(prompt_table)
|
52 |
prompt_table = prompt_table or []
|
53 |
|
@@ -66,7 +67,7 @@ def on_click_send_btn(
|
|
66 |
# if chat_input=='':
|
67 |
# return old_state, chat_log, chat_log_md, None, None, chat_input
|
68 |
|
69 |
-
print('\n
|
70 |
print(chat_input)
|
71 |
print('')
|
72 |
|
|
|
48 |
chat_model, temperature, top_p, choices_num, stream, max_tokens, presence_penalty, frequency_penalty, logit_bias,
|
49 |
):
|
50 |
|
51 |
+
print('\n\n\n\n\n')
|
52 |
print(prompt_table)
|
53 |
prompt_table = prompt_table or []
|
54 |
|
|
|
67 |
# if chat_input=='':
|
68 |
# return old_state, chat_log, chat_log_md, None, None, chat_input
|
69 |
|
70 |
+
print('\n')
|
71 |
print(chat_input)
|
72 |
print('')
|
73 |
|