Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -101,14 +101,14 @@ def build_ui():
|
|
101 |
st.subheader(APP_TEXT['caption'])
|
102 |
|
103 |
|
104 |
-
st.
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
|
113 |
set_up_chat_ui()
|
114 |
|
@@ -117,12 +117,12 @@ def set_up_chat_ui():
|
|
117 |
|
118 |
with st.expander('Usage Instructions'):
|
119 |
st.markdown(
|
120 |
-
"####
|
121 |
-
"
|
122 |
-
"####
|
123 |
-
"
|
124 |
-
"####
|
125 |
-
"
|
126 |
)
|
127 |
|
128 |
st.chat_message('ai').write(
|
|
|
101 |
st.subheader(APP_TEXT['caption'])
|
102 |
|
103 |
|
104 |
+
with st.expander("### Member Contributions & Responsibilities 👥")
|
105 |
+
st.markdown(
|
106 |
+
"**Supervisor:** Ma'am Fouzia \n"
|
107 |
+
"**Group Members:** \n"
|
108 |
+
"- Usman Yousaf \n"
|
109 |
+
"- Faisal Khan \n"
|
110 |
+
"- Mahnoor Asghar"
|
111 |
+
)
|
112 |
|
113 |
set_up_chat_ui()
|
114 |
|
|
|
117 |
|
118 |
with st.expander('Usage Instructions'):
|
119 |
st.markdown(
|
120 |
+
"#### Streamlined Input ✍️ \n"
|
121 |
+
"Provide a concise title and description for the 'AI Slide Maker' project.. \n\n"
|
122 |
+
"#### Style Selection 🎨 \n"
|
123 |
+
"Choose your preferred design from the navigation bar to customize your slides. \n\n"
|
124 |
+
"#### Support Assistance 📞 \n"
|
125 |
+
"For any issues or inquiries, don’t hesitate to reach out to us"
|
126 |
)
|
127 |
|
128 |
st.chat_message('ai').write(
|