Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def main():
|
|
| 67 |
# Generate the response
|
| 68 |
if st.button("Generate"):
|
| 69 |
with st.spinner("Generating Domain Names..."):
|
| 70 |
-
result = '
|
| 71 |
st.markdown(f'<div class="success-box">{result}</div>', unsafe_allow_html=True)
|
| 72 |
|
| 73 |
if __name__ == "__main__":
|
|
|
|
| 67 |
# Generate the response
|
| 68 |
if st.button("Generate"):
|
| 69 |
with st.spinner("Generating Domain Names..."):
|
| 70 |
+
result = '\n1. GreenGrocer\n2. VeggieVault\n3. PlantPick\n4. HarvestHub\n5. VeggieVault\n6. FreshFeast\n7. VeggieVault\n8. GreenGrocer\n9. HarvestHub\n10. FreshFeast'
|
| 71 |
st.markdown(f'<div class="success-box">{result}</div>', unsafe_allow_html=True)
|
| 72 |
|
| 73 |
if __name__ == "__main__":
|