psyonp commited on
Commit
d28c607
·
verified ·
1 Parent(s): 08db4cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,6 +25,6 @@ gradio.Interface(fn=chat,
25
 
26
  title="Falcon 3B Chatbot",
27
  description="An AI model powered by Falcon 3B. Talk to me about anything!",
28
- article="<b>Note:</b> This is a simple chatbot built with Gradio. Type below and let the model respond.",
29
 
30
  theme="huggingface").launch(share=True)
 
25
 
26
  title="Falcon 3B Chatbot",
27
  description="An AI model powered by Falcon 3B. Talk to me about anything!",
28
+ article="<b>Note:</b> This is a simple chatbot built with Gradio. Type above and let the model respond.",
29
 
30
  theme="huggingface").launch(share=True)