Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,9 +31,9 @@ with st.sidebar:
|
|
| 31 |
if not st.session_state["authentication_status"]:
|
| 32 |
st.markdown(
|
| 33 |
"""
|
| 34 |
-
# Welcome to **
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
### 🖱️Press "R" on your keyboard⌨️ to rerun the app for faster loading 🔄.
|
| 39 |
|
|
@@ -44,7 +44,7 @@ with st.sidebar:
|
|
| 44 |
|
| 45 |
# Default video
|
| 46 |
st.write(
|
| 47 |
-
"👋
|
| 48 |
)
|
| 49 |
|
| 50 |
with st.expander("Login 🔒", expanded=True):
|
|
@@ -130,10 +130,6 @@ if st.session_state["authentication_status"]:
|
|
| 130 |
|
| 131 |
st.markdown(
|
| 132 |
"""
|
| 133 |
-
# Homepage 🎶🤖
|
| 134 |
-
|
| 135 |
-
Content goes here.
|
| 136 |
-
|
| 137 |
"""
|
| 138 |
)
|
| 139 |
|
|
|
|
| 31 |
if not st.session_state["authentication_status"]:
|
| 32 |
st.markdown(
|
| 33 |
"""
|
| 34 |
+
# Welcome to **Llama3 Full Stack** 🎶🤖
|
| 35 |
|
| 36 |
+
This is a full-stack Software-as-a-Service template for a Llama3 backed chatbot with login authentication using Streamlit. 🚀
|
| 37 |
|
| 38 |
### 🖱️Press "R" on your keyboard⌨️ to rerun the app for faster loading 🔄.
|
| 39 |
|
|
|
|
| 44 |
|
| 45 |
# Default video
|
| 46 |
st.write(
|
| 47 |
+
"👋 Welcome to use the sample info to log in!"
|
| 48 |
)
|
| 49 |
|
| 50 |
with st.expander("Login 🔒", expanded=True):
|
|
|
|
| 130 |
|
| 131 |
st.markdown(
|
| 132 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
"""
|
| 134 |
)
|
| 135 |
|