Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,13 +87,6 @@ css_style = """
|
|
87 |
color: #fff; /* General text color */
|
88 |
font-family: 'Arial', sans-serif;
|
89 |
}
|
90 |
-
.title {
|
91 |
-
text-align: center;
|
92 |
-
font-size: 3.5em;
|
93 |
-
margin: 20px 0;
|
94 |
-
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
|
95 |
-
color: #FFD700; /* Gold color for title */
|
96 |
-
}
|
97 |
"""
|
98 |
|
99 |
# Create Gradio interface
|
|
|
87 |
color: #fff; /* General text color */
|
88 |
font-family: 'Arial', sans-serif;
|
89 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
"""
|
91 |
|
92 |
# Create Gradio interface
|