SHAMIL SHAHBAZ AWAN commited on
Commit
d575221
·
verified ·
1 Parent(s): 731e9db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,7 +41,7 @@ def respond(message, history: list[tuple[str, str]], system_message):
41
  with gr.Blocks(theme="soft") as demo:
42
  gr.HTML(
43
  """
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>
@@ -104,6 +104,6 @@ with gr.Blocks(theme="soft") as demo:
104
  border-radius: 5px;
105
  }
106
  """
107
-
108
  if __name__ == "__main__":
109
  demo.launch()
 
41
  with gr.Blocks(theme="soft") as demo:
42
  gr.HTML(
43
  """
44
+ <div style="background: rgba(0, 0, 0, 0);
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>
 
104
  border-radius: 5px;
105
  }
106
  """
107
+
108
  if __name__ == "__main__":
109
  demo.launch()