Spaces:
Sleeping
Sleeping
changing UI
Browse files
app.py
CHANGED
@@ -70,7 +70,6 @@ with demo:
|
|
70 |
plot = gr.Plot(get_plots('question_answering.csv'))
|
71 |
with gr.Column():
|
72 |
table = gr.Dataframe(get_model_names('question_answering.csv'))
|
73 |
-
with gr.Tabs():
|
74 |
with gr.TabItem("Summarization 📃"):
|
75 |
with gr.Row():
|
76 |
with gr.Column():
|
|
|
70 |
plot = gr.Plot(get_plots('question_answering.csv'))
|
71 |
with gr.Column():
|
72 |
table = gr.Dataframe(get_model_names('question_answering.csv'))
|
|
|
73 |
with gr.TabItem("Summarization 📃"):
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|