Spaces:
Runtime error
Runtime error
Update ui/ingest.py
#5
by Subash-Lamichhane - opened
- ui/ingest.py +1 -1
ui/ingest.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from caption_store import get_all_collections
|
| 3 |
|
| 4 |
def render_ingest():
|
| 5 |
-
with gr.Column(visible=
|
| 6 |
gr.HTML("""
|
| 7 |
<div style='margin-bottom: 20px;'>
|
| 8 |
<h1 style='font-size: 2rem; font-weight: 700; color: #f8fafc;'>📥 Ingest Photos</h1>
|
|
|
|
| 2 |
from caption_store import get_all_collections
|
| 3 |
|
| 4 |
def render_ingest():
|
| 5 |
+
with gr.Column(visible=True, elem_classes="page-container") as page:
|
| 6 |
gr.HTML("""
|
| 7 |
<div style='margin-bottom: 20px;'>
|
| 8 |
<h1 style='font-size: 2rem; font-weight: 700; color: #f8fafc;'>📥 Ingest Photos</h1>
|