caviri
commited on
Commit
·
629cbaa
1
Parent(s):
5fd0892
Allowing the writting of JSON
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -20,7 +20,7 @@ from styling.theme import css
|
|
20 |
|
21 |
# with gr.Blocks(theme=theme, css=css) as demo:
|
22 |
with gr.Blocks(theme='shivi/calm_seafoam') as demo:
|
23 |
-
|
24 |
# ---------------------------------------------------------
|
25 |
# Intro Text
|
26 |
with gr.Row():
|
|
|
20 |
|
21 |
# with gr.Blocks(theme=theme, css=css) as demo:
|
22 |
with gr.Blocks(theme='shivi/calm_seafoam') as demo:
|
23 |
+
create_json_all_individuals()
|
24 |
# ---------------------------------------------------------
|
25 |
# Intro Text
|
26 |
with gr.Row():
|