Update app.py
Browse files
app.py
CHANGED
@@ -1387,22 +1387,7 @@ def launch_interface(debug=True):
|
|
1387 |
outputs=[auto_results_output, auto_stats_output, recommendations_output]
|
1388 |
)
|
1389 |
###
|
1390 |
-
|
1391 |
-
with gr.Tab("Chat"):
|
1392 |
-
with gr.Row():
|
1393 |
-
chat_output =
|
1394 |
-
chat_input =
|
1395 |
-
|
1396 |
-
with gr.Row():
|
1397 |
-
results_output = gr.DataFrame(label="Results")
|
1398 |
-
stats_output = gr.DataFrame(label="Statistics")
|
1399 |
-
|
1400 |
-
with gr.Row():
|
1401 |
-
plot_output = gr.Plot(label="Visualizations")
|
1402 |
-
model_rankings_output = gr.JSON(label="Model Rankings")
|
1403 |
-
|
1404 |
-
with gr.Row():
|
1405 |
-
recommendations_output = gr.JSON(label="Recommendations")
|
1406 |
|
1407 |
with gr.Tab("LLM Suggestions"):
|
1408 |
llm_file_input = gr.File(label="Upload File for LLM Suggestions")
|
|
|
1387 |
outputs=[auto_results_output, auto_stats_output, recommendations_output]
|
1388 |
)
|
1389 |
###
|
1390 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1391 |
|
1392 |
with gr.Tab("LLM Suggestions"):
|
1393 |
llm_file_input = gr.File(label="Upload File for LLM Suggestions")
|