Shad0ws commited on
Commit
a26e51c
·
1 Parent(s): 24cba74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -44,7 +44,9 @@ block = gr.Blocks()
44
 
45
 
46
  with block:
47
- gr.Markdown("""<h1><center> Meet Wikie, the Sarcastic Chatbot</center></h1>
 
 
48
  """)
49
  chatbot = gr.Chatbot()
50
  message = gr.Textbox(placeholder=prompt)
 
44
 
45
 
46
  with block:
47
+ gr.Markdown("""<h2><center> Meet Wikie</center></h2>
48
+ """)
49
+ gr.Markdown("""<h4><center> The Sarcastic Chatbot</center></h4>
50
  """)
51
  chatbot = gr.Chatbot()
52
  message = gr.Textbox(placeholder=prompt)