Update app.py
Browse files
app.py
CHANGED
@@ -104,4 +104,4 @@ if prompt := st.chat_input("Your message"):
|
|
104 |
st.sidebar.title("About")
|
105 |
st.sidebar.info("This is an interactive CyberSecurity Program Meeting Scheduler. Chat with the AI to schedule your meeting. It will collect your information and send a meeting invitation via email.")
|
106 |
|
107 |
-
# To run this script, use: streamlit run your_script_name.py
|
|
|
104 |
st.sidebar.title("About")
|
105 |
st.sidebar.info("This is an interactive CyberSecurity Program Meeting Scheduler. Chat with the AI to schedule your meeting. It will collect your information and send a meeting invitation via email.")
|
106 |
|
107 |
+
# To run this script, use: streamlit run your_script_name.py
|