jaothan commited on
Commit
785f217
·
verified ·
1 Parent(s): 5fe0d59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ llm_name = os.getenv("LLM", "llama2")
56
  # Check if the required environment variables are set
57
  #if not all([url, username, password,
58
  # ollama_base_url]):
59
- if not all([url,
60
  ollama_base_url]):
61
  st.write("The application requires some information before running.")
62
  with st.form("connection_form"):
 
56
  # Check if the required environment variables are set
57
  #if not all([url, username, password,
58
  # ollama_base_url]):
59
+ if not all([
60
  ollama_base_url]):
61
  st.write("The application requires some information before running.")
62
  with st.form("connection_form"):