Spaces:
Runtime error
Runtime error
disable cache disposal
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def import_history(history, file):
|
|
182 |
# The history is returned and will be set to the chatbot component
|
183 |
return history
|
184 |
|
185 |
-
with gr.Blocks(
|
186 |
gr.Markdown("# Anthropic™️ Claude™️ Chat (Nils' Version™️)")
|
187 |
|
188 |
with gr.Accordion("Startup"):
|
|
|
182 |
# The history is returned and will be set to the chatbot component
|
183 |
return history
|
184 |
|
185 |
+
with gr.Blocks() as demo:
|
186 |
gr.Markdown("# Anthropic™️ Claude™️ Chat (Nils' Version™️)")
|
187 |
|
188 |
with gr.Accordion("Startup"):
|