Spaces:
Runtime error
Runtime error
arborvitae
commited on
Commit
•
212adc0
1
Parent(s):
4f2dd2a
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def check_input_token_length(message: str, chat_history: list[tuple[str, str]],
|
|
80 |
|
81 |
|
82 |
with gr.Blocks(css='style.css') as demo:
|
83 |
-
|
84 |
|
85 |
with gr.Group():
|
86 |
chatbot = gr.Chatbot(label='Chatbot')
|
|
|
80 |
|
81 |
|
82 |
with gr.Blocks(css='style.css') as demo:
|
83 |
+
|
84 |
|
85 |
with gr.Group():
|
86 |
chatbot = gr.Chatbot(label='Chatbot')
|