Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
@@ -225,7 +225,6 @@ Authenication=st.sidebar.button('Authenicate')
|
|
225 |
if Authenication:
|
226 |
pay()
|
227 |
|
228 |
-
st.title("Virtual Supervisor")
|
229 |
#subject=st.pills('Select your subject',list(roles.keys()),selection_mode='single')
|
230 |
st.title("Plaito")
|
231 |
st.write("Chat with our reasoning model and ask your questions. The model show you it's chain of thoughts and final answer.")
|
|
|
225 |
if Authenication:
|
226 |
pay()
|
227 |
|
|
|
228 |
#subject=st.pills('Select your subject',list(roles.keys()),selection_mode='single')
|
229 |
st.title("Plaito")
|
230 |
st.write("Chat with our reasoning model and ask your questions. The model show you it's chain of thoughts and final answer.")
|