acecalisto3 commited on
Commit
29ac737
·
verified ·
1 Parent(s): 7acf825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- css = """
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; }