caviri commited on
Commit
813dbcd
·
1 Parent(s): 5b51607

ci: Testing HF

Browse files
Files changed (1) hide show
  1. app/main.py +8 -8
app/main.py CHANGED
@@ -28,14 +28,14 @@ with gr.Blocks() as demo:
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)
34
- df = gr.Dataframe(headers=["Identifier", "Location", "Wounded", "Dead"], visible=False, interactive=False)
35
- gallery = gr.Gallery(
36
- label="Gallery of Records", elem_id="gallery",
37
- columns=[1], rows=[1],
38
- object_fit="contain", height="auto", interactive=False)
39
 
40
  # with Modal(visible=False) as modal:
41
  # # ---------------------------------------------------------
 
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)
34
+ # df = gr.Dataframe(headers=["Identifier", "Location", "Wounded", "Dead"], visible=False, interactive=False)
35
+ # gallery = gr.Gallery(
36
+ # label="Gallery of Records", elem_id="gallery",
37
+ # columns=[1], rows=[1],
38
+ # object_fit="contain", height="auto", interactive=False)
39
 
40
  # with Modal(visible=False) as modal:
41
  # # ---------------------------------------------------------