Daemontatox commited on
Commit
af3be11
·
verified ·
1 Parent(s): b5d1f4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def process_example(example: str) -> tuple:
194
 
195
  def main():
196
  """Main function to set up and launch the Gradio interface"""
197
- with gr.Blocks(css=CSS, theme="JohnSmith9982/small_and_pretty'") as demo:
198
  gr.HTML(TITLE)
199
  gr.DuplicateButton(
200
  value="",
 
194
 
195
  def main():
196
  """Main function to set up and launch the Gradio interface"""
197
+ with gr.Blocks(css=CSS, theme="JohnSmith9982/small_and_pretty") as demo:
198
  gr.HTML(TITLE)
199
  gr.DuplicateButton(
200
  value="",