Mudditha commited on
Commit
9fad906
·
verified ·
1 Parent(s): 8fe413c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def main():
127
  # st.title("Domain Name Suggestion System")
128
 
129
  # Get user input
130
- context = st.text_input("Describe your business here...")
131
 
132
  # Generate the response
133
  if st.button("Generate"):
 
127
  # st.title("Domain Name Suggestion System")
128
 
129
  # Get user input
130
+ user_input = st.text_input("Describe your business here...")
131
 
132
  # Generate the response
133
  if st.button("Generate"):