Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def con(file):
|
|
| 14 |
|
| 15 |
demo = gr.Blocks()
|
| 16 |
with demo:
|
| 17 |
-
txt_file = gr.File(
|
| 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")
|