Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ demo = gr.Blocks()
|
|
4 |
with demo:
|
5 |
txt_file = gr.File(type="txt",label='CONTRACT')
|
6 |
text = gr.Textbox()
|
7 |
-
gr.Dropdown(choices=
|
8 |
b1 = gr.Button("Analyze File")
|
9 |
|
10 |
demo.launch()
|
|
|
4 |
with demo:
|
5 |
txt_file = gr.File(type="txt",label='CONTRACT')
|
6 |
text = gr.Textbox()
|
7 |
+
gr.Dropdown(choices=['1','2','3'],label='SEARCH QUERY')
|
8 |
b1 = gr.Button("Analyze File")
|
9 |
|
10 |
demo.launch()
|