SHAMIL SHAHBAZ AWAN commited on
Commit
35b3b61
·
verified ·
1 Parent(s): 080c680

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -44,9 +44,10 @@ with gr.Blocks(theme="soft") as demo:
44
  <div style="background: linear-gradient(135deg, #4a90e2, #6fc3df);
45
  padding: 20px; border-radius: 10px; text-align: center;
46
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); animation: fadeIn 2s;">
47
- <h1 style="color: white; font-size: 36px;">AI Chat Interface</h1>
48
  <p style="font-size: 18px; color: white;">
49
- Powered by Hugging Face's Zephyr-7B model. Customize parameters for a tailored chat experience.
 
50
  </p>
51
  </div>
52
  """
@@ -93,6 +94,6 @@ with gr.Blocks(theme="soft") as demo:
93
  display: none; /* Hides sliders from the interface */
94
  }
95
  """
96
-
97
  if __name__ == "__main__":
98
  demo.launch()
 
44
  <div style="background: linear-gradient(135deg, #4a90e2, #6fc3df);
45
  padding: 20px; border-radius: 10px; text-align: center;
46
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); animation: fadeIn 2s;">
47
+ <h1 style="color: white; font-size: 36px;">FlashMind AI</h1>
48
  <p style="font-size: 18px; color: white;">
49
+ Your intelligent assistant, powered by Hugging Face's Zephyr-7B model.
50
+ Designed by <strong>Shamil Shahbaz</strong>.
51
  </p>
52
  </div>
53
  """
 
94
  display: none; /* Hides sliders from the interface */
95
  }
96
  """
97
+
98
  if __name__ == "__main__":
99
  demo.launch()