Spaces:
Sleeping
Sleeping
test
Browse files
app.py
CHANGED
|
@@ -150,11 +150,6 @@ if __name__ == '__main__':
|
|
| 150 |
with gr.Column():
|
| 151 |
tabular_input = gr.Dataframe(headers= tabular_header, datatype= tabular_dtype, label="Tabular Input", type="array", interactive=True, row_count=1, col_count=11)
|
| 152 |
info = gr.Textbox(lines=1, label="Patient info", visible = False)
|
| 153 |
-
|
| 154 |
-
with gr.Accordion("Parameters", open=False) as parameter_row:
|
| 155 |
-
temperature = gr.Slider(minimum=0.0, maximum=1.0, value=0.2, step=0.1, interactive=True,
|
| 156 |
-
label="Temperature", )
|
| 157 |
-
top_p = gr.Slider(minimum=0.0, maximum=1.0, value=0.4, step=0.1, interactive=True, label="Top P", )
|
| 158 |
|
| 159 |
with gr.Row():
|
| 160 |
# btn_c = gr.ClearButton([tabular_input])
|
|
|
|
| 150 |
with gr.Column():
|
| 151 |
tabular_input = gr.Dataframe(headers= tabular_header, datatype= tabular_dtype, label="Tabular Input", type="array", interactive=True, row_count=1, col_count=11)
|
| 152 |
info = gr.Textbox(lines=1, label="Patient info", visible = False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 153 |
|
| 154 |
with gr.Row():
|
| 155 |
# btn_c = gr.ClearButton([tabular_input])
|