EnigmaOfTheWorld commited on
Commit
9cdfdc6
·
1 Parent(s): 80953fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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