baadror commited on
Commit
c64851f
·
1 Parent(s): 33fbc98
Files changed (1) hide show
  1. app.py +1 -1
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')