Rustamshry commited on
Commit
79a7ba8
·
verified ·
1 Parent(s): a20632f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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="yellow", 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: #FACC15; font-size: 2.2em;">
62
- 📚 Stock-Direction-6k
63
  </h1>
64
- <p style="color: #FDE047; font-size: 1.05em; margin-top: -10px;">
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>