Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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 |
|