Spaces:
Running
Running
Update app.py
Browse files
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():
|