Nymbo commited on
Commit
a1a7561
1 Parent(s): 53fd22a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def sitemap_OG(url,level):
226
  except Exception as e:
227
  print (e)
228
  return link1
229
- with gr.Blocks() as app:
230
  with gr.Row():
231
  with gr.Column(scale=3):
232
  with gr.Row():
 
226
  except Exception as e:
227
  print (e)
228
  return link1
229
+ with gr.Blocks(theme="Nymbo/Alyx_Theme") as app:
230
  with gr.Row():
231
  with gr.Column(scale=3):
232
  with gr.Row():