Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xingren23 committed Dec 28, 2023
1 parent f4141cb commit 8daa1ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .streamlit/secrets.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
COMFYFLOW_API_URL="https://api.comfyflow.app"
DISCORD_CLIENT_ID="1163088920305737728"
DISCORD_CLIENT_SECRET="hdqis8gZ9YVvvM-qxAbYApd6ai40nBlk"

# mode: Creator/Studio/Explore

[connections.comfyflow_db]
url = "sqlite:///comfyflow.db"
6 changes: 3 additions & 3 deletions Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def back_home_signup():
st.markdown(f"Hello, {name}({username}) :smile:")

st.markdown("""
## 📌 What is ComfyFlowApp?
### 📌 What is ComfyFlowApp?
ComfyFlowApp is an extension tool for ComfyUI, making it easy to develop a user-friendly web application from a ComfyUI workflow and share it with others.
""")
st.markdown("""
### Why You Need ComfyFlowApp?
### 📌 Why You Need ComfyFlowApp?
ComfyFlowApp helps creator to develop a web app from comfyui workflow in seconds.
If you need to share workflows developed in ComfyUI with other users, ComfyFlowApp can significantly lower the barrier for others to use your workflows:
Expand All @@ -71,7 +71,7 @@ def back_home_signup():
""")
st.markdown("""
### Typical Use Cases
### 📌 Use Cases
""")
st.image("./docs/images/how-to-use-it.png", use_column_width=True)
st.markdown("""
Expand Down

0 comments on commit 8daa1ed

Please sign in to comment.