Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,6 @@ demo = gr.ChatInterface(fn=rag_memory_stream,
|
|
89 |
description=description,
|
90 |
fill_height=True,
|
91 |
examples=examples,
|
92 |
-
theme=gr.themes.Soft(),
|
93 |
)
|
94 |
|
95 |
|
|
|
89 |
description=description,
|
90 |
fill_height=True,
|
91 |
examples=examples,
|
|
|
92 |
)
|
93 |
|
94 |
|