0xrsydn commited on
Commit
2a4b451
·
verified ·
1 Parent(s): 837adec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def generate_business_idea(topic):
26
 
27
  # Define Streamlit interface
28
  st.title("Business Idea Generator 💵")
29
- st.write("Demo of My [GitHub Repo](https://github.com/0xrsydn/genai-app/tree/main/Business/Business%20Idea)Enter a topic, and I'll provide a creative business idea!")
30
 
31
  topic = st.text_input("Topic")
32
  if st.button('Generate'):
 
26
 
27
  # Define Streamlit interface
28
  st.title("Business Idea Generator 💵")
29
+ st.write("Demo of My [GitHub Repo](https://github.com/0xrsydn/genai-app/tree/main/Business/Business%20Idea). Enter a topic, and I'll provide a creative business idea!")
30
 
31
  topic = st.text_input("Topic")
32
  if st.button('Generate'):