Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ if not groq_api_key:
|
|
14 |
# Initialize the client with the API key
|
15 |
client = Groq(api_key=groq_api_key)
|
16 |
|
17 |
-
|
18 |
# Function to get a response from Groq API
|
19 |
def get_groq_response(prompt):
|
20 |
try:
|
@@ -93,4 +92,4 @@ if st.button("Get Advisory"):
|
|
93 |
st.warning("Please fill in all the details to get the advisory.")
|
94 |
|
95 |
# To run the app in Colab, you need to use ngrok or run it locally with:
|
96 |
-
# `streamlit run app.py`
|
|
|
14 |
# Initialize the client with the API key
|
15 |
client = Groq(api_key=groq_api_key)
|
16 |
|
|
|
17 |
# Function to get a response from Groq API
|
18 |
def get_groq_response(prompt):
|
19 |
try:
|
|
|
92 |
st.warning("Please fill in all the details to get the advisory.")
|
93 |
|
94 |
# To run the app in Colab, you need to use ngrok or run it locally with:
|
95 |
+
# `streamlit run app.py`
|