Nils Durner
commited on
Commit
·
59b8207
1
Parent(s):
2b8d1ff
undo 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("# OAI Chat (Nils' Version™️)")
|
187 |
with gr.Accordion("Startup"):
|
188 |
gr.Markdown("""Use of this interface permitted under the terms and conditions of the
|
|
|
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("# OAI Chat (Nils' Version™️)")
|
187 |
with gr.Accordion("Startup"):
|
188 |
gr.Markdown("""Use of this interface permitted under the terms and conditions of the
|