SondosMB commited on
Commit
aad6765
·
verified ·
1 Parent(s): ea57712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -162,7 +162,7 @@ import gradio as gr
162
  # # Custom CSS to match website style
163
  # # Define CSS to match a modern, professional design
164
  # # Define enhanced CSS for the entire layout
165
- css_tech_theme = """
166
  body {
167
  font-family: 'Roboto', sans-serif;
168
  background-color: #f4f6fa;
@@ -488,9 +488,6 @@ footer p {
488
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
489
  }
490
 
491
-
492
-
493
-
494
  """
495
  # css_tech_theme = """
496
  # body {
 
162
  # # Custom CSS to match website style
163
  # # Define CSS to match a modern, professional design
164
  # # Define enhanced CSS for the entire layout
165
+ css_tech_theme = """
166
  body {
167
  font-family: 'Roboto', sans-serif;
168
  background-color: #f4f6fa;
 
488
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
489
  }
490
 
 
 
 
491
  """
492
  # css_tech_theme = """
493
  # body {