arpit13 commited on
Commit
0c0f3f1
·
verified ·
1 Parent(s): e1b34fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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
  )