Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -187,8 +187,8 @@ class RAGInterface:
|
|
187 |
theme=gr.themes.Default(),
|
188 |
)
|
189 |
|
190 |
-
# Wrap the interface with custom
|
191 |
-
with gr.Blocks(css=custom_css
|
192 |
gr.HTML(header_html)
|
193 |
demo.render()
|
194 |
return wrapper
|
|
|
187 |
theme=gr.themes.Default(),
|
188 |
)
|
189 |
|
190 |
+
# Wrap the interface with custom CSS
|
191 |
+
with gr.Blocks(css=custom_css) as wrapper:
|
192 |
gr.HTML(header_html)
|
193 |
demo.render()
|
194 |
return wrapper
|