Spaces:
Sleeping
Sleeping
demo fix
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def get_answer(question):
|
|
15 |
|
16 |
demo = gr.Blocks()
|
17 |
|
18 |
-
with demo
|
19 |
with gr.Row():
|
20 |
question = gr.Textbox(label='Question', lines= 3)
|
21 |
b1 = gr.Button('Get Answer')
|
|
|
15 |
|
16 |
demo = gr.Blocks()
|
17 |
|
18 |
+
with demo:
|
19 |
with gr.Row():
|
20 |
question = gr.Textbox(label='Question', lines= 3)
|
21 |
b1 = gr.Button('Get Answer')
|