Update app.py
Browse files
app.py
CHANGED
@@ -242,6 +242,4 @@ with st.sidebar:
|
|
242 |
st.success(f"Output: {output}")
|
243 |
|
244 |
except Exception as e:
|
245 |
-
st.error(f"An error occurred: {str(e)}")
|
246 |
-
else:
|
247 |
-
st.warning("Please enter your Gemini API key to use the app")
|
|
|
242 |
st.success(f"Output: {output}")
|
243 |
|
244 |
except Exception as e:
|
245 |
+
st.error(f"An error occurred: {str(e)}")
|
|
|
|