Mudditha commited on
Commit
ec67cd7
·
verified ·
1 Parent(s): 41fcdef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'hi'
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__":