fantaxy commited on
Commit
23f6aa4
·
verified ·
1 Parent(s): fb57b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -277,7 +277,7 @@ if not os.path.exists('gallery'):
277
  init_db()
278
 
279
  with gr.Blocks(theme=gr.themes.Glass(), css=css) as app:
280
- selected_index = gr.State(None)
281
 
282
  gr.HTML(
283
  """
@@ -292,7 +292,8 @@ with gr.Blocks(theme=gr.themes.Glass(), css=css) as app:
292
  </div>
293
  """
294
  )
295
-
 
296
 
297
  with gr.Tabs():
298
  with gr.TabItem("생성"):
 
277
  init_db()
278
 
279
  with gr.Blocks(theme=gr.themes.Glass(), css=css) as app:
280
+
281
 
282
  gr.HTML(
283
  """
 
292
  </div>
293
  """
294
  )
295
+
296
+ selected_index = gr.State(None)
297
 
298
  with gr.Tabs():
299
  with gr.TabItem("생성"):