Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -119,7 +119,6 @@ def handle_userinput(user_question):
|
|
| 119 |
def main():
|
| 120 |
st.set_page_config(page_title="Chat with PDFs", page_icon="π")
|
| 121 |
st.markdown(css, unsafe_allow_html=True)
|
| 122 |
-
st.write("GROQ_API_KEY loaded:", bool(os.getenv("GROQ_API_KEY")))
|
| 123 |
|
| 124 |
if "conversation" not in st.session_state:
|
| 125 |
st.session_state.conversation = None
|
|
|
|
| 119 |
def main():
|
| 120 |
st.set_page_config(page_title="Chat with PDFs", page_icon="π")
|
| 121 |
st.markdown(css, unsafe_allow_html=True)
|
|
|
|
| 122 |
|
| 123 |
if "conversation" not in st.session_state:
|
| 124 |
st.session_state.conversation = None
|