Spaces:
Sleeping
Sleeping
SHAMIL SHAHBAZ AWAN
commited on
Update app.py
Browse files
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:
|
| 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()
|