Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -318,7 +318,7 @@ if 'text_search' not in st.session_state:
|
|
| 318 |
|
| 319 |
embeddings_model = Embeddings()
|
| 320 |
|
| 321 |
-
|
| 322 |
|
| 323 |
st.title("in in-class coding practice1 Demo")
|
| 324 |
st.subheader(
|
|
|
|
| 318 |
|
| 319 |
embeddings_model = Embeddings()
|
| 320 |
|
| 321 |
+
st.sidebar.write("Model Type: 50d")
|
| 322 |
|
| 323 |
st.title("in in-class coding practice1 Demo")
|
| 324 |
st.subheader(
|