Silence1412 commited on
Commit
b531190
·
1 Parent(s): 6692283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -13,6 +13,8 @@ def main():
13
  "TODO: ADD MORE..."))
14
  if LLM_model == "OpenAI":
15
  openai_pdf()
 
 
16
  else:
17
  LLM_pdf(LLM_model)
18
 
 
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)
20