PatrickHaller commited on
Commit
1e9a289
Β·
verified Β·
1 Parent(s): 1acf839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -79,12 +79,12 @@ with demo:
79
  with gr.Row():
80
  gr.Markdown(TASK_DESCRIPTION)
81
 
82
- # with gr.Row():
83
- # with gr.Accordion("Dataset Construction", open=True):
84
- # with gr.Row():
85
- # gr.Markdown(DATASET_CONSTRUCTION)
86
- # with gr.Row():
87
- # gr.Image("pisa_pipeline.png")
88
 
89
  with gr.Row():
90
  with gr.Accordion("πŸ“™ Citation", open=False):
 
79
  with gr.Row():
80
  gr.Markdown(TASK_DESCRIPTION)
81
 
82
+ with gr.Row():
83
+ with gr.Accordion("Dataset Construction", open=True):
84
+ with gr.Row():
85
+ gr.Markdown(DATASET_CONSTRUCTION)
86
+ with gr.Row():
87
+ gr.Image("pisa_pipeline.png")
88
 
89
  with gr.Row():
90
  with gr.Accordion("πŸ“™ Citation", open=False):