openfree commited on
Commit
3cfc712
·
verified ·
1 Parent(s): f3d21d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -755,6 +755,7 @@ The response should be in HTML format with appropriate styling."""
755
  background-color: rgba(66,133,244,0.1);
756
  }
757
  """
 
758
 
759
 
760
  with demo:
 
755
  background-color: rgba(66,133,244,0.1);
756
  }
757
  """
758
+ demo = gr.Blocks(css=custom_css, theme=theme)
759
 
760
 
761
  with demo: