Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'):
|