Spaces:
Sleeping
Sleeping
Update apps/intro.py
Browse files- apps/intro.py +2 -2
apps/intro.py
CHANGED
|
@@ -6,8 +6,8 @@ import pandas as pd
|
|
| 6 |
import os
|
| 7 |
import joblib
|
| 8 |
|
| 9 |
-
|
| 10 |
-
with st.container():
|
| 11 |
question = st.text_input("Please enter your text here and we will embed it for you.",
|
| 12 |
value="Woman",)
|
| 13 |
|
|
|
|
| 6 |
import os
|
| 7 |
import joblib
|
| 8 |
|
| 9 |
+
def app():
|
| 10 |
+
with st.container():
|
| 11 |
question = st.text_input("Please enter your text here and we will embed it for you.",
|
| 12 |
value="Woman",)
|
| 13 |
|