Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ iface = gr.Interface(
|
|
224 |
outputs="text",
|
225 |
title="Chat with your data",
|
226 |
description="Ask a question about the database or API or a document and get a response in natural language.",
|
227 |
-
css=css_code
|
228 |
)
|
229 |
|
230 |
# Launch the Gradio interface
|
|
|
224 |
outputs="text",
|
225 |
title="Chat with your data",
|
226 |
description="Ask a question about the database or API or a document and get a response in natural language.",
|
227 |
+
#css=css_code
|
228 |
)
|
229 |
|
230 |
# Launch the Gradio interface
|