diff --git a/streamlit_app.py b/streamlit_app.py index 2d711aa9..50236f1a 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -17,7 +17,7 @@ st.warning('Please enter your credentials!', icon='⚠️') else: st.success('Proceed to entering your prompt message!', icon='👉') - st.markdown('📖 Learn how to build this app in this [blog](https://blog.streamlit.io/how-to-build-a-llama-2-chatbot/)!') + #st.markdown('📖 Learn how to build this app in this [blog](https://blog.streamlit.io/how-to-build-a-llama-2-chatbot/)!') os.environ['REPLICATE_API_TOKEN'] = replicate_api # Store LLM generated responses