Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,13 +55,13 @@ def generate_response(user_input, chat_history):
|
|
| 55 |
|
| 56 |
|
| 57 |
# --- UI Design ---
|
| 58 |
-
with gr.Blocks(theme=gr.themes.Soft(primary_hue="
|
| 59 |
gr.HTML("""
|
| 60 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 61 |
-
<h1 style="font-family: 'Inter', sans-serif; font-weight: 800; color: #
|
| 62 |
-
|
| 63 |
</h1>
|
| 64 |
-
<p style="color
|
| 65 |
Stock Price Prediction
|
| 66 |
</p>
|
| 67 |
</div>
|
|
|
|
| 55 |
|
| 56 |
|
| 57 |
# --- UI Design ---
|
| 58 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple", secondary_hue="slate")) as demo:
|
| 59 |
gr.HTML("""
|
| 60 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 61 |
+
<h1 style="font-family: 'Inter', sans-serif; font-weight: 800; color: #A855F7; font-size: 2.2em;">
|
| 62 |
+
💸 Stock-Direction-6k
|
| 63 |
</h1>
|
| 64 |
+
<p style="color:#C084FC; font-size: 1.05em; margin-top: -10px;">
|
| 65 |
Stock Price Prediction
|
| 66 |
</p>
|
| 67 |
</div>
|