Dagfinn1962 commited on
Commit
f5ff56e
1 Parent(s): 5e0c3d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -186,7 +186,7 @@ def get_next10_images(response_dict, row_count):
186
  return response_dict, row_count, next_set_images #response['data'][0]
187
 
188
 
189
- with gr.Blocks(theme='SebastianBravo/simci_css',css ='main.css') as pan:
190
  gr.Markdown("AI CONTENT TOOLS.")
191
 
192
  with gr.Tab("T-to-I"):
@@ -230,7 +230,6 @@ with gr.Blocks(theme='SebastianBravo/simci_css',css ='main.css') as pan:
230
 
231
  #Defining the Blocks layout
232
  # with gr.Blocks(css = """#img_search img {width: 100%; height: 100%; object-fit: cover;}""") as demo:
233
- gr.HTML(css ='main.css')
234
  gr.HTML(value="top of page", elem_id="top",visible=False)
235
  gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
236
  <div
 
186
  return response_dict, row_count, next_set_images #response['data'][0]
187
 
188
 
189
+ with gr.Blocks(theme='SebastianBravo/simci_css', css ='main.css') as pan:
190
  gr.Markdown("AI CONTENT TOOLS.")
191
 
192
  with gr.Tab("T-to-I"):
 
230
 
231
  #Defining the Blocks layout
232
  # with gr.Blocks(css = """#img_search img {width: 100%; height: 100%; object-fit: cover;}""") as demo:
 
233
  gr.HTML(value="top of page", elem_id="top",visible=False)
234
  gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
235
  <div