Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,10 +6,11 @@ from agent import agent
|
|
| 6 |
|
| 7 |
# UI
|
| 8 |
|
| 9 |
-
with gr.Blocks(
|
| 10 |
|
| 11 |
# Centered title and description using HTML
|
| 12 |
gr.HTML("""
|
|
|
|
| 13 |
<div style="text-align: center; font-family: 'Arial', sans-serif;">
|
| 14 |
<h1 style="color:#1f77b4; margin-bottom: 20px; font-weight: 300;">
|
| 15 |
🔧 TechSpark AI Assistant 🤖
|
|
|
|
| 6 |
|
| 7 |
# UI
|
| 8 |
|
| 9 |
+
with gr.Blocks() as demo:
|
| 10 |
|
| 11 |
# Centered title and description using HTML
|
| 12 |
gr.HTML("""
|
| 13 |
+
<style>footer {display: none !important;} .flex.gap-4 a {display: none !important;}</style>
|
| 14 |
<div style="text-align: center; font-family: 'Arial', sans-serif;">
|
| 15 |
<h1 style="color:#1f77b4; margin-bottom: 20px; font-weight: 300;">
|
| 16 |
🔧 TechSpark AI Assistant 🤖
|