Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
117 |
-
"
|
118 |
-
|
119 |
-
|
120 |
-
|
|
|
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)
|