Dagfinn1962 commited on
Commit
fcbdcaa
1 Parent(s): 14ce159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ theme = gr.themes.Glass(
123
  primary_hue="amber",
124
  secondary_hue="orange",
125
  neutral_hue="amber",
126
- ) )
127
 
128
  with gr.Blocks(theme=theme) as demo:
129
 
 
123
  primary_hue="amber",
124
  secondary_hue="orange",
125
  neutral_hue="amber",
126
+ ) ):
127
 
128
  with gr.Blocks(theme=theme) as demo:
129