Silence1412 commited on
Commit
27ebd33
1 Parent(s): b531190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def main():
13
  "TODO: ADD MORE..."))
14
  if LLM_model == "OpenAI":
15
  openai_pdf()
16
- if LLM_model == "TODO: ADD MORE...":
17
  st.warning('Please choose the Model', icon="⚠️")
18
  else:
19
  LLM_pdf(LLM_model)
 
13
  "TODO: ADD MORE..."))
14
  if LLM_model == "OpenAI":
15
  openai_pdf()
16
+ elif LLM_model == "TODO: ADD MORE...":
17
  st.warning('Please choose the Model', icon="⚠️")
18
  else:
19
  LLM_pdf(LLM_model)