Spaces:
Sleeping
Sleeping
Commit ·
fc07107
1
Parent(s): cb11dee
updating
Browse files
app.py
CHANGED
|
@@ -107,9 +107,9 @@ feature = st.sidebar.selectbox(
|
|
| 107 |
["Chat with CyberBOT", "Sentiment Analysis", "Text-based Segmentation"],
|
| 108 |
label_visibility="collapsed"
|
| 109 |
)
|
| 110 |
-
st.sidebar.markdown("---")
|
| 111 |
-
if feature == "Chat with CyberBOT":
|
| 112 |
-
|
| 113 |
|
| 114 |
st.sidebar.markdown("---")
|
| 115 |
# st.sidebar.header("Backend Configuration")
|
|
|
|
| 107 |
["Chat with CyberBOT", "Sentiment Analysis", "Text-based Segmentation"],
|
| 108 |
label_visibility="collapsed"
|
| 109 |
)
|
| 110 |
+
# st.sidebar.markdown("---")
|
| 111 |
+
# if feature == "Chat with CyberBOT":
|
| 112 |
+
# st.sidebar.info("Using: **mistral-7b-instruct-v0.2.Q4_K_M.gguf**")
|
| 113 |
|
| 114 |
st.sidebar.markdown("---")
|
| 115 |
# st.sidebar.header("Backend Configuration")
|