Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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():
|