Shredder commited on
Commit
27c2db3
1 Parent(s): 4cc3a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ demo = gr.Blocks()
4
  with demo:
5
  txt_file = gr.File(type="txt",label='CONTRACT')
6
  text = gr.Textbox()
7
- gr.Dropdown(choices=questions,label='SEARCH QUERY')
8
  b1 = gr.Button("Analyze File")
9
 
10
  demo.launch()
4
  with demo:
5
  txt_file = gr.File(type="txt",label='CONTRACT')
6
  text = gr.Textbox()
7
+ gr.Dropdown(choices=['1','2','3'],label='SEARCH QUERY')
8
  b1 = gr.Button("Analyze File")
9
 
10
  demo.launch()