Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,10 +36,9 @@ def respond(
|
|
| 36 |
response += token
|
| 37 |
yield response
|
| 38 |
|
| 39 |
-
|
| 40 |
-
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 41 |
-
"""
|
| 42 |
demo = gr.ChatInterface(
|
|
|
|
| 43 |
respond,
|
| 44 |
additional_inputs=[
|
| 45 |
gr.Textbox(value="You are a helpful Chatbot created by FallnAI.", label="System message"),
|
|
|
|
| 36 |
response += token
|
| 37 |
yield response
|
| 38 |
|
| 39 |
+
|
|
|
|
|
|
|
| 40 |
demo = gr.ChatInterface(
|
| 41 |
+
theme=victorrauwcc/RCC,
|
| 42 |
respond,
|
| 43 |
additional_inputs=[
|
| 44 |
gr.Textbox(value="You are a helpful Chatbot created by FallnAI.", label="System message"),
|