Spaces:
Runtime error
Runtime error
small modification
Browse files
app.py
CHANGED
|
@@ -46,6 +46,7 @@ with gr.Blocks() as demo:
|
|
| 46 |
with gr.Tab("GPT-3.5"):
|
| 47 |
chatbot = gr.Chatbot(label ='对话记录')
|
| 48 |
msg = gr.Textbox(label ='输入框')
|
|
|
|
| 49 |
sub = gr.Button("发送")
|
| 50 |
clear = gr.Button("清除")
|
| 51 |
state = gr.State([])
|
|
|
|
| 46 |
with gr.Tab("GPT-3.5"):
|
| 47 |
chatbot = gr.Chatbot(label ='对话记录')
|
| 48 |
msg = gr.Textbox(label ='输入框')
|
| 49 |
+
|
| 50 |
sub = gr.Button("发送")
|
| 51 |
clear = gr.Button("清除")
|
| 52 |
state = gr.State([])
|