Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ def generate_qr(json_data):
|
|
287 |
def create_interface():
|
288 |
"""Create a comprehensive Gradio interface with advanced features"""
|
289 |
|
290 |
-
|
291 |
.container { max-width: 1200px; margin: auto; }
|
292 |
.warning { background-color: #fff3cd; color: #856404; }
|
293 |
.error { background-color: #f8d7da; color: #721c24; }
|
|
|
287 |
def create_interface():
|
288 |
"""Create a comprehensive Gradio interface with advanced features"""
|
289 |
|
290 |
+
css = """
|
291 |
.container { max-width: 1200px; margin: auto; }
|
292 |
.warning { background-color: #fff3cd; color: #856404; }
|
293 |
.error { background-color: #f8d7da; color: #721c24; }
|