Spaces:
Running
Running
Commit
·
b6b7fcf
1
Parent(s):
38d6cb6
Rename dashboard.py into app.py
Browse files- dashboard.py → app.py +1 -1
dashboard.py → app.py
RENAMED
@@ -376,7 +376,7 @@ def main():
|
|
376 |
st.header('🩺🧠 Medical Agents Evaluation')
|
377 |
st.caption("The section shown as follows is dedicated to the Explainability module, which is responsible for generating the analysis of the doctors' proposals and the collaborative discussion between the medical team members for the final decision on the patient's treatment.")
|
378 |
|
379 |
-
model_name = st.selectbox("Select the LLM model", options=["
|
380 |
|
381 |
explanation = st.button("Generate explanation")
|
382 |
if not(explanation):
|
|
|
376 |
st.header('🩺🧠 Medical Agents Evaluation')
|
377 |
st.caption("The section shown as follows is dedicated to the Explainability module, which is responsible for generating the analysis of the doctors' proposals and the collaborative discussion between the medical team members for the final decision on the patient's treatment.")
|
378 |
|
379 |
+
model_name = st.selectbox("Select the LLM model", options=["meta/llama3-8b-instruct"])
|
380 |
|
381 |
explanation = st.button("Generate explanation")
|
382 |
if not(explanation):
|