DinoFrog commited on
Commit
f3ce497
·
verified ·
1 Parent(s): 3ddd459

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -113,15 +113,6 @@ def launch_app():
113
  with gr.Blocks(theme=gr.themes.Base(), css="body {background-color: #0D1117; color: white;} .gr-button {background-color: #161B22; border: 1px solid #30363D;}") as iface:
114
 
115
  gr.Markdown("# 📈 Analyse Financière Premium + Explication IA", elem_id="title")
116
- gr.HTML(
117
- \"\"\"
118
- <div style='background-color: #161B22; padding: 10px; border-radius: 8px; text-align: center;'>
119
- <strong> Powered by Zephyr-7B-Beta</strong>
120
- </div>
121
- \"\"\"
122
- )
123
-
124
-
125
  gr.Markdown("Entrez une actualité financière. L'IA analyse et explique en anglais/français. Choisissez votre mode d'explication.")
126
 
127
  count = gr.State(0)
 
113
  with gr.Blocks(theme=gr.themes.Base(), css="body {background-color: #0D1117; color: white;} .gr-button {background-color: #161B22; border: 1px solid #30363D;}") as iface:
114
 
115
  gr.Markdown("# 📈 Analyse Financière Premium + Explication IA", elem_id="title")
 
 
 
 
 
 
 
 
 
116
  gr.Markdown("Entrez une actualité financière. L'IA analyse et explique en anglais/français. Choisissez votre mode d'explication.")
117
 
118
  count = gr.State(0)