pikto commited on
Commit
582b9f8
·
1 Parent(s): 5c0bf56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -148,7 +148,8 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as pan:
148
  Stream <a href="https://github.com/playgroundai/liked_images" target="_blank">PlaygroundAI Images</a> ina beautiful grid</h4><br>
149
  </div>""")
150
 
151
- with gr.Column(): #(elem_id = "col-container"):
 
152
  b1 = gr.Button("Load More Images").style(full_width=False)
153
  df = gr.Textbox(visible=False,elem_id='dataframe', value=response_dict)
154
  row_count = gr.Number(visible=False, value=19 )
 
148
  Stream <a href="https://github.com/playgroundai/liked_images" target="_blank">PlaygroundAI Images</a> ina beautiful grid</h4><br>
149
  </div>""")
150
 
151
+ ## with gr.Column(): #(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 )