Silence1412 commited on
Commit
b11e5e1
·
1 Parent(s): a64ef48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ def main():
11
  create = st.button("Selected Model")
12
  if create and LLM_model == "OpenAI":
13
  openai_pdf()
14
- if create and LLM_model != "OpenAI":
15
- LLM_pdf(LLM_model)
16
 
17
  if __name__ == '__main__':
18
  main()
 
11
  create = st.button("Selected Model")
12
  if create and LLM_model == "OpenAI":
13
  openai_pdf()
14
+ #if create and LLM_model != "OpenAI":
15
+ #LLM_pdf(LLM_model)
16
 
17
  if __name__ == '__main__':
18
  main()