Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,16 +81,16 @@ pptx_template = st.sidebar.radio(
|
|
81 |
)
|
82 |
|
83 |
|
84 |
-
def display_page_header_content():
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
|
95 |
|
96 |
def display_page_footer_content():
|
@@ -123,8 +123,8 @@ def set_up_chat_ui():
|
|
123 |
with st.expander('Usage Instructions'):
|
124 |
st.write(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
|
125 |
st.markdown(
|
126 |
-
'
|
127 |
-
' [Mistral-7B-Instruct-v0.2](https://
|
128 |
)
|
129 |
|
130 |
# view_messages = st.expander('View the messages in the session state')
|
|
|
81 |
)
|
82 |
|
83 |
|
84 |
+
# def display_page_header_content():
|
85 |
+
# """
|
86 |
+
# Display content in the page header.
|
87 |
+
# """
|
88 |
|
89 |
+
# st.title(APP_TEXT['app_name'])
|
90 |
+
# st.subheader(APP_TEXT['caption'])
|
91 |
+
# st.markdown(
|
92 |
+
# '![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fbarunsaha%2Fslide-deck-ai&countColor=%23263759)' # noqa: E501
|
93 |
+
# )
|
94 |
|
95 |
|
96 |
def display_page_footer_content():
|
|
|
123 |
with st.expander('Usage Instructions'):
|
124 |
st.write(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
|
125 |
st.markdown(
|
126 |
+
'AI Tutor SlideCraft AI is powered by'
|
127 |
+
' [Mistral-7B-Instruct-v0.2](https://myapps.ai)'
|
128 |
)
|
129 |
|
130 |
# view_messages = st.expander('View the messages in the session state')
|