Update app.py
Browse files
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
|