Shredder commited on
Commit
afc91c4
1 Parent(s): 306ea53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,5 +4,5 @@ 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")
 
4
  with demo:
5
  txt_file = gr.File(type="txt",label='CONTRACT')
6
  text = gr.Textbox()
7
+ d1=gr.Dropdown(choices=questions,label='SEARCH QUERY')
8
  b1 = gr.Button("Analyze File")