redeaux commited on
Commit
dfb27bb
·
verified ·
1 Parent(s): eb54d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def search_web(query):
77
  st.title("Welcome to 011 Search")
78
 
79
  # Input field for user query
80
- user_input = st.text_input(" ", "")
81
 
82
  if user_input:
83
  st.write(f"**You:** {user_input}")
 
77
  st.title("Welcome to 011 Search")
78
 
79
  # Input field for user query
80
+ user_input = st.text_input("YOU", "")
81
 
82
  if user_input:
83
  st.write(f"**You:** {user_input}")