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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ block = gr.Blocks()
44
 
45
 
46
  with block:
47
- gr.Markdown("""<h1><center> SARCASTIC AI CHATBOT</center></h1>
48
  """)
49
  chatbot = gr.Chatbot()
50
  message = gr.Textbox(placeholder=prompt)
 
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)