Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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:
|