Spaces:
Runtime error
Runtime error
Commit ·
850a149
1
Parent(s): 775d0c7
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ with gr.Blocks() as demo:
|
|
| 227 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 228 |
|
| 229 |
with gr.Tab("Query Helper CoT"):
|
| 230 |
-
gr.Markdown("""<h1><center> Query Helper
|
| 231 |
chatbot = gr.Chatbot()
|
| 232 |
msg = gr.Textbox()
|
| 233 |
clear = gr.ClearButton([msg, chatbot])
|
|
|
|
| 227 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 228 |
|
| 229 |
with gr.Tab("Query Helper CoT"):
|
| 230 |
+
gr.Markdown("""<h1><center> Query Helper CoT</center></h1>""")
|
| 231 |
chatbot = gr.Chatbot()
|
| 232 |
msg = gr.Textbox()
|
| 233 |
clear = gr.ClearButton([msg, chatbot])
|