runsdata commited on
Commit
92a1d3f
·
1 Parent(s): 0ddfc00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,8 +164,8 @@ def reset_flag():
164
 
165
  # The Gradio App interface
166
  with gr.Blocks() as demo:
167
- gr.Markdown("""<h1><center>DylanAI by CIONIC</center></h1>""")
168
- gr.Markdown("""<p><center>For best results, please ask DylanAI one question at a time. Unlike Human Dylan, DylanAI cannot multitask.</center></p>""")
169
  chatbot = gr.Chatbot(label="DylanAI")
170
  textbox = gr.Textbox(label="Type your question here")
171
  clear_button = gr.ClearButton(components=[chatbot])
 
164
 
165
  # The Gradio App interface
166
  with gr.Blocks() as demo:
167
+ gr.Markdown("""<h1><center>Troubleshooting Bot by CIONIC</center></h1>""")
168
+ gr.Markdown("""<p><center>Create a new case by clicking the "Clear" button.</center></p>""")
169
  chatbot = gr.Chatbot(label="DylanAI")
170
  textbox = gr.Textbox(label="Type your question here")
171
  clear_button = gr.ClearButton(components=[chatbot])