ready2drop commited on
Commit
6e563e9
·
verified ·
1 Parent(s): 5f9a2b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ if __name__ == '__main__':
142
  gr.Markdown(description)
143
  with gr.Row():
144
  with gr.Column():
145
- tabular_input = gr.Dataframe(headers= tabular_header, datatype= tabular_dtype, label="Tabular Input", type="array", interactive=True, row_count=1, col_count=13)
146
  info = gr.Textbox(lines=1, label="Patient info", visible = False)
147
 
148
  with gr.Accordion("Parameters", open=False) as parameter_row:
 
142
  gr.Markdown(description)
143
  with gr.Row():
144
  with gr.Column():
145
+ tabular_input = gr.Dataframe(headers= tabular_header, datatype= tabular_dtype, label="Tabular Input", type="array", interactive=True, row_count=1, col_count=11)
146
  info = gr.Textbox(lines=1, label="Patient info", visible = False)
147
 
148
  with gr.Accordion("Parameters", open=False) as parameter_row: