anumaurya114exp commited on
Commit
850a149
·
1 Parent(s): 775d0c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Fine Tuned</center></h1>""")
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])