Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as pan:
|
|
149 |
</div>""")
|
150 |
with gr.Tab("AI LIBRALY"):
|
151 |
#with gr.Tab(): #(elem_id = "col-container"):
|
152 |
-
|
153 |
b1 = gr.Button("Load More Images").style(full_width=False)
|
154 |
df = gr.Textbox(visible=False,elem_id='dataframe', value=response_dict)
|
155 |
row_count = gr.Number(visible=False, value=19 )
|
|
|
149 |
</div>""")
|
150 |
with gr.Tab("AI LIBRALY"):
|
151 |
#with gr.Tab(): #(elem_id = "col-container"):
|
152 |
+
# gr.Column(): #(elem_id = "col-container"):
|
153 |
b1 = gr.Button("Load More Images").style(full_width=False)
|
154 |
df = gr.Textbox(visible=False,elem_id='dataframe', value=response_dict)
|
155 |
row_count = gr.Number(visible=False, value=19 )
|