Shredder commited on
Commit
6bbbbcd
1 Parent(s): b6b8185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with demo:
39
  #FETCH AND DISPLAY CONTRACT
40
  txt_file = gr.File(label='CONTRACT')
41
  text = gr.Textbox(lines=10)
42
- selected_ques=gr.Dropdown(choices=questions,label='SEARCH QUERY')
43
  b1 = gr.Button("Analyze File")
44
 
45
  #DISPLAY ANSWER AND SUMMARIZATION
 
39
  #FETCH AND DISPLAY CONTRACT
40
  txt_file = gr.File(label='CONTRACT')
41
  text = gr.Textbox(lines=10)
42
+ selected_ques=gr.Dropdown(choices=questions,value=questions[0],label='SEARCH QUERY')
43
  b1 = gr.Button("Analyze File")
44
 
45
  #DISPLAY ANSWER AND SUMMARIZATION