ehagey commited on
Commit
4c1f09b
·
verified ·
1 Parent(s): 229032a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,6 +19,8 @@ import hashlib
19
 
20
  load_dotenv()
21
 
 
 
22
 
23
  WRITE_LOCK = threading.Lock()
24
  DATA_DIR = "data"
@@ -271,7 +273,6 @@ def process_evaluations_concurrently(questions, prompt_template, models_to_evalu
271
  return results
272
 
273
  def main():
274
- st.set_page_config(page_title="LLM Healthcare Benchmarking", layout="wide")
275
 
276
  initialize_session_state()
277
  setup_api_clients()
 
19
 
20
  load_dotenv()
21
 
22
+ st.set_page_config(page_title="LLM Healthcare Benchmarking", layout="wide")
23
+
24
 
25
  WRITE_LOCK = threading.Lock()
26
  DATA_DIR = "data"
 
273
  return results
274
 
275
  def main():
 
276
 
277
  initialize_session_state()
278
  setup_api_clients()