Spaces:
Runtime error
Runtime error
Commit
·
9cdfdc6
1
Parent(s):
80953fb
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def ask_anything(chat_history,query):
|
|
| 24 |
|
| 25 |
|
| 26 |
with gr.Blocks() as demo:
|
| 27 |
-
|
| 28 |
chatbot = gr.Chatbot()
|
| 29 |
textbox = gr.Textbox(label="Your query")
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
with gr.Blocks() as demo:
|
| 27 |
+
gr.HTML(value="""<h1 style="text-align: center;text-decoration: underline">AI Chatbot</h1>""")
|
| 28 |
chatbot = gr.Chatbot()
|
| 29 |
textbox = gr.Textbox(label="Your query")
|
| 30 |
|