Update app.py
Browse files
app.py
CHANGED
@@ -203,6 +203,9 @@ def process_evaluations_concurrently(questions, prompt_template, models_to_evalu
|
|
203 |
|
204 |
def main():
|
205 |
st.set_page_config(page_title="LLM Benchmarking in Healthcare", layout="wide")
|
|
|
|
|
|
|
206 |
st.title("LLM Benchmarking in Healthcare")
|
207 |
|
208 |
if 'all_results' not in st.session_state:
|
|
|
203 |
|
204 |
def main():
|
205 |
st.set_page_config(page_title="LLM Benchmarking in Healthcare", layout="wide")
|
206 |
+
|
207 |
+
if not check_password():
|
208 |
+
st.stop()
|
209 |
st.title("LLM Benchmarking in Healthcare")
|
210 |
|
211 |
if 'all_results' not in st.session_state:
|