Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def rag_chain_response(question):
|
|
67 |
response = rag_chain.invoke(question)
|
68 |
return response
|
69 |
|
70 |
-
with gr.Blocks() as app:
|
71 |
with gr.Row():
|
72 |
with gr.Column(scale=1):
|
73 |
user_input = gr.Textbox(
|
|
|
67 |
response = rag_chain.invoke(question)
|
68 |
return response
|
69 |
|
70 |
+
with gr.Blocks(theme="rawrsor1/Everforest") as app:
|
71 |
with gr.Row():
|
72 |
with gr.Column(scale=1):
|
73 |
user_input = gr.Textbox(
|