ehagey commited on
Commit
007a394
·
verified ·
1 Parent(s): e120912

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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: