Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,20 +118,18 @@ def set_up_chat_ui():
|
|
118 |
"""
|
119 |
|
120 |
with st.expander('Usage Instructions'):
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
)
|
134 |
-
|
135 |
|
136 |
# view_messages = st.expander('View the messages in the session state')
|
137 |
|
|
|
118 |
"""
|
119 |
|
120 |
with st.expander('Usage Instructions'):
|
121 |
+
st.markdown(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
|
122 |
+
st.markdown(
|
123 |
+
'**AI SlideMaker** is our FYP project (Module 1) under the supervision of Maam Fouzia. '
|
124 |
+
'It is powered by [Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407). '
|
125 |
+
'Group members: Usman Yousaf, Faisal Nawaz Khan, Mahnoor Asghar.'
|
126 |
+
)
|
127 |
+
st.info(
|
128 |
+
'As this is an academic project, we are limited in the time we can dedicate to development. '
|
129 |
+
'However, we are committed to enhancing **AI SlideMaker** over time, adding more features and improvements based on your suggestions. '
|
130 |
+
'Your support means a lot to us—please consider leaving a heart ❤️ and sharing your feedback. '
|
131 |
+
'Every bit of encouragement helps us make this tool as useful as possible for the public!'
|
132 |
+
)
|
|
|
|
|
133 |
|
134 |
# view_messages = st.expander('View the messages in the session state')
|
135 |
|