pikto commited on
Commit
362d8b4
·
1 Parent(s): 99a65c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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 )
 
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 )