Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,8 +212,6 @@ chat_interface = gr.Interface(
|
|
| 212 |
"- In-depth exploration of industries, financials, and market trends.\n\n"
|
| 213 |
"Let’s simplify market complexities and empower your decisions with clarity and innovation! 🔍"
|
| 214 |
),
|
| 215 |
-
theme="compact", # Choose a compact theme for a cleaner look
|
| 216 |
-
layout="vertical", # Use a vertical layout for a more modern interface
|
| 217 |
allow_flagging="never", # Disable flagging to keep it professional
|
| 218 |
css=".gradio-container { max-width: 700px; margin: auto; }" # Center the content with a max-width for a neat appearance
|
| 219 |
)
|
|
|
|
| 212 |
"- In-depth exploration of industries, financials, and market trends.\n\n"
|
| 213 |
"Let’s simplify market complexities and empower your decisions with clarity and innovation! 🔍"
|
| 214 |
),
|
|
|
|
|
|
|
| 215 |
allow_flagging="never", # Disable flagging to keep it professional
|
| 216 |
css=".gradio-container { max-width: 700px; margin: auto; }" # Center the content with a max-width for a neat appearance
|
| 217 |
)
|