SuccessfulCrab commited on
Commit
00339b8
·
verified ·
1 Parent(s): 94f6820

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ CRITICAL INSTRUCTIONS:
93
  return answer
94
 
95
  # Gradio Interface (rest of the code remains the same)
96
- with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
97
  theme=gr.themes.Monochrome()
98
 
99
  with gr.Row():
 
93
  return answer
94
 
95
  # Gradio Interface (rest of the code remains the same)
96
+ with gr.Blocks() as demo:
97
  theme=gr.themes.Monochrome()
98
 
99
  with gr.Row():