Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -352,7 +352,7 @@ with gr.Blocks(css="""
|
|
| 352 |
gr.Markdown("## 🧠 For use of NRL procurement department Only")
|
| 353 |
with gr.Row():
|
| 354 |
# LEFT COLUMN: Document Management
|
| 355 |
-
with gr.Column(
|
| 356 |
gr.Markdown("## 🧠 Using heavy TinyLama Model")
|
| 357 |
with gr.Row():
|
| 358 |
Index_processing_output=gr.Textbox(label="📁 Status for tiny lama", interactive=False)
|
|
|
|
| 352 |
gr.Markdown("## 🧠 For use of NRL procurement department Only")
|
| 353 |
with gr.Row():
|
| 354 |
# LEFT COLUMN: Document Management
|
| 355 |
+
with gr.Column(elem_id="blue-col",scale=1):
|
| 356 |
gr.Markdown("## 🧠 Using heavy TinyLama Model")
|
| 357 |
with gr.Row():
|
| 358 |
Index_processing_output=gr.Textbox(label="📁 Status for tiny lama", interactive=False)
|