Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ def main():
|
|
| 127 |
# st.title("Domain Name Suggestion System")
|
| 128 |
|
| 129 |
# Get user input
|
| 130 |
-
|
| 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"):
|