Spaces:
Build error
Build error
Update app.py
Browse files
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>
|
| 168 |
-
gr.Markdown("""<p><center>
|
| 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])
|