Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1021,7 +1021,7 @@ def evaluation_tab():
|
|
| 1021 |
className="text-muted small mt-2 mb-1",
|
| 1022 |
),
|
| 1023 |
dcc.Graph(id="eval-llm-graph",
|
| 1024 |
-
config={"displayModeBar":
|
| 1025 |
style={"height": "460px"}),
|
| 1026 |
html.Div(id="eval-llm-examples", className="mt-3"),
|
| 1027 |
]),
|
|
@@ -1039,7 +1039,7 @@ def evaluation_tab():
|
|
| 1039 |
], width=12, md=3),
|
| 1040 |
], className="mb-2"),
|
| 1041 |
dcc.Graph(id="eval-nlp-graph",
|
| 1042 |
-
config={"displayModeBar":
|
| 1043 |
style={"height": "460px"}),
|
| 1044 |
html.Div(id="eval-nlp-examples", className="mt-3"),
|
| 1045 |
]),
|
|
|
|
| 1021 |
className="text-muted small mt-2 mb-1",
|
| 1022 |
),
|
| 1023 |
dcc.Graph(id="eval-llm-graph",
|
| 1024 |
+
config={"displayModeBar": True, "toImageButtonOptions": {"format": "png", "filename": "purification_conditions_llm"}},
|
| 1025 |
style={"height": "460px"}),
|
| 1026 |
html.Div(id="eval-llm-examples", className="mt-3"),
|
| 1027 |
]),
|
|
|
|
| 1039 |
], width=12, md=3),
|
| 1040 |
], className="mb-2"),
|
| 1041 |
dcc.Graph(id="eval-nlp-graph",
|
| 1042 |
+
config={"displayModeBar": True, "toImageButtonOptions": {"format": "png", "filename": "purification_conditions_nlp"}},
|
| 1043 |
style={"height": "460px"}),
|
| 1044 |
html.Div(id="eval-nlp-examples", className="mt-3"),
|
| 1045 |
]),
|