caviri
commited on
Commit
·
6014cc3
1
Parent(s):
cfabaca
ci: Testing hF
Browse files- app/main.py +8 -8
app/main.py
CHANGED
@@ -20,14 +20,14 @@ import gradio as gr
|
|
20 |
|
21 |
# with gr.Blocks(theme=theme, css=css) as demo:
|
22 |
#with gr.Blocks(theme='shivi/calm_seafoam') as demo:
|
23 |
-
with gr.Blocks() as demo:
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
# with gr.Row():
|
32 |
# show_modal = gr.Button("Add an Animal", scale=3)
|
33 |
# submit_button = gr.Button("Submit All Animals", scale=1)
|
|
|
20 |
|
21 |
# with gr.Blocks(theme=theme, css=css) as demo:
|
22 |
#with gr.Blocks(theme='shivi/calm_seafoam') as demo:
|
23 |
+
# with gr.Blocks() as demo:
|
24 |
+
# #create_json_all_individuals()
|
25 |
+
# # ---------------------------------------------------------
|
26 |
+
# # Intro Text
|
27 |
+
# with gr.Row():
|
28 |
+
# with gr.Column(scale=1):
|
29 |
+
# title = gr.Markdown("# Welcome to Digiwild", label="Title")
|
30 |
+
# description = gr.Markdown("Please record your wildlife observations here !", label="description")
|
31 |
# with gr.Row():
|
32 |
# show_modal = gr.Button("Add an Animal", scale=3)
|
33 |
# submit_button = gr.Button("Submit All Animals", scale=1)
|