Update app.py
Browse files
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 |
-
|
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 {
|