Update app.py
Browse files
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([
|
| 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"):
|