Shredder commited on
Commit
06d0b3f
1 Parent(s): 192a8bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def con(file):
14
 
15
  demo = gr.Blocks()
16
  with demo:
17
- txt_file = gr.File(type="txt",label='CONTRACT')
18
  text = gr.Textbox(lines=10)
19
  selected_ques=gr.Dropdown(choices=questions,label='SEARCH QUERY')
20
  b1 = gr.Button("Analyze File")
 
14
 
15
  demo = gr.Blocks()
16
  with demo:
17
+ txt_file = gr.File(label='CONTRACT')
18
  text = gr.Textbox(lines=10)
19
  selected_ques=gr.Dropdown(choices=questions,label='SEARCH QUERY')
20
  b1 = gr.Button("Analyze File")