Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ context = "To extract information from documents, use sentence similarity task.
|
|
22 |
|
23 |
#placeholder = st.empty() # placeholder for latest message
|
24 |
|
25 |
-
input = st.text_input()
|
26 |
message(input, is_user=True) # align's the message to the right
|
27 |
|
28 |
data = query(
|
|
|
22 |
|
23 |
#placeholder = st.empty() # placeholder for latest message
|
24 |
|
25 |
+
input = st.text_input("Ask me 🤗")
|
26 |
message(input, is_user=True) # align's the message to the right
|
27 |
|
28 |
data = query(
|