Update app.py
#1
by
BajiraoS
- opened
app.py
CHANGED
@@ -139,9 +139,9 @@ def main():
|
|
139 |
if "messages" not in st.session_state:
|
140 |
st.session_state.messages = []
|
141 |
|
142 |
-
st.title("
|
143 |
-
st.markdown("Chat with
|
144 |
-
st.markdown("Feel free to upload images
|
145 |
|
146 |
# Sidebar for parameters
|
147 |
with st.sidebar:
|
|
|
139 |
if "messages" not in st.session_state:
|
140 |
st.session_state.messages = []
|
141 |
|
142 |
+
st.title("AI Chatbot")
|
143 |
+
st.markdown("Chat with AI model. You can optionally upload files for the model to analyze.")
|
144 |
+
st.markdown("Feel free to upload images")
|
145 |
|
146 |
# Sidebar for parameters
|
147 |
with st.sidebar:
|