peter2000 commited on
Commit
0eb8992
1 Parent(s): 5cc77db

Update apps/intro.py

Browse files
Files changed (1) hide show
  1. 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