Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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)
|