sejalkishan commited on
Commit
2a2fadc
·
verified ·
1 Parent(s): 8cf3f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(title="Smart Tender Analyzer - US Edition") as demo:
163
  status_box = gr.Textbox(label="📊 Status", value="⏳ Waiting for input...", interactive=False)
164
 
165
  with gr.Column(scale=2):
166
- output_box = gr.Textbox(label="🧠 Extracted Tender Intelligence", lines=30, interactive=False)
167
 
168
  cancel_flag = gr.State(False)
169
 
 
163
  status_box = gr.Textbox(label="📊 Status", value="⏳ Waiting for input...", interactive=False)
164
 
165
  with gr.Column(scale=2):
166
+ output_box = gr.Textbox(label="🧠 Extracted Tender key information", lines=30, interactive=False)
167
 
168
  cancel_flag = gr.State(False)
169