Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,17 +101,14 @@ def build_ui():
|
|
101 |
st.subheader(APP_TEXT['caption'])
|
102 |
|
103 |
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
"Mahnoor Asghar"
|
113 |
-
|
114 |
-
)
|
115 |
|
116 |
set_up_chat_ui()
|
117 |
|
@@ -119,17 +116,13 @@ def build_ui():
|
|
119 |
def set_up_chat_ui():
|
120 |
|
121 |
with st.expander('Usage Instructions'):
|
122 |
-
# st.markdown(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
|
123 |
st.markdown(
|
124 |
-
"Focused Usage 🚧"
|
125 |
-
"Use resources strictly for the 'AI Slide Maker' project."
|
126 |
-
|
127 |
-
"
|
128 |
-
"
|
129 |
-
|
130 |
-
"Data Protection 🛡️"
|
131 |
"Safeguard project data and maintain confidentiality."
|
132 |
-
|
133 |
)
|
134 |
|
135 |
st.chat_message('ai').write(
|
|
|
101 |
st.subheader(APP_TEXT['caption'])
|
102 |
|
103 |
|
104 |
+
st.markdown("### 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 |
|
|
|
116 |
def set_up_chat_ui():
|
117 |
|
118 |
with st.expander('Usage Instructions'):
|
|
|
119 |
st.markdown(
|
120 |
+
"#### Focused Usage 🚧 \n"
|
121 |
+
"Use resources strictly for the 'AI Slide Maker' project. \n\n"
|
122 |
+
"#### Access Management 🔐 \n"
|
123 |
+
"Ensure secure access to tools and report any issues. \n\n"
|
124 |
+
"#### Data Protection 🛡️ \n"
|
|
|
|
|
125 |
"Safeguard project data and maintain confidentiality."
|
|
|
126 |
)
|
127 |
|
128 |
st.chat_message('ai').write(
|