aslan-ng commited on
Commit
cdf5103
·
verified ·
1 Parent(s): 559f568

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,10 +6,11 @@ from agent import agent
6
 
7
  # UI
8
 
9
- with gr.Blocks(show_footer=False) as demo:
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 🤖