eagle0504 commited on
Commit
d8c79f1
·
verified ·
1 Parent(s): 841dbc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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 **Name of App** 🎶🤖
35
 
36
- Introduction / Instruction Manual ...🚀
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
- "👋 Guide to Data Science, Machine Learning, and Artificial Intelligence!"
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