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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -113,13 +113,15 @@ 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.Markdown(
117
- "<div style='background-color: #161B22; padding: 10px; border-radius: 8px; text-align: center;'>"
118
- "<strong>🧠 Powered by Zephyr-7B-Beta</strong>"
119
- "</div>",
120
- unsafe_allow_html=True
 
121
  )
122
 
 
123
  gr.Markdown("Entrez une actualité financière. L'IA analyse et explique en anglais/français. Choisissez votre mode d'explication.")
124
 
125
  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.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)