Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -112,24 +112,6 @@ def build_ui():
|
|
112 |
|
113 |
|
114 |
def set_up_chat_ui():
|
115 |
-
"""
|
116 |
-
Prepare the chat interface and related functionality.
|
117 |
-
"""
|
118 |
-
|
119 |
-
with st.expander('Usage Instructions'):
|
120 |
-
st.markdown(GlobalConfig.CHAT_USAGE_INSTRUCTIONS)
|
121 |
-
st.markdown(
|
122 |
-
'[SlideDeck AI](https://github.com/barun-saha/slide-deck-ai) is an Open-Source project.' # noqa: E501
|
123 |
-
' It is is powered by' # noqa: E501
|
124 |
-
' [Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407).' # noqa: E501
|
125 |
-
)
|
126 |
-
|
127 |
-
st.info(
|
128 |
-
'If you like SlideDeck AI, please consider leaving a heart ❤️ on the'
|
129 |
-
' [Hugging Face Space](https://huggingface.co/spaces/barunsaha/slide-deck-ai/) or'
|
130 |
-
' a star ⭐ on [GitHub](https://github.com/barun-saha/slide-deck-ai).'
|
131 |
-
' Your [feedback](https://forms.gle/JECFBGhjvSj7moBx9) is appreciated.'
|
132 |
-
)
|
133 |
|
134 |
# view_messages = st.expander('View the messages in the session state')
|
135 |
|
|
|
112 |
|
113 |
|
114 |
def set_up_chat_ui():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
# view_messages = st.expander('View the messages in the session state')
|
117 |
|