Commit
·
2ae12ef
1
Parent(s):
8501d29
fixlink of trello and github repository
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ async def chat_logic(
|
|
122 |
else:
|
123 |
# fail-safe: graph produced no AIMessage
|
124 |
yield "✅ Done"
|
125 |
-
|
126 |
|
127 |
def create_gradio_app():
|
128 |
"""Creates and launches the Gradio web application."""
|
@@ -176,7 +176,7 @@ def create_gradio_app():
|
|
176 |
with gr.Column(scale=1):
|
177 |
with gr.Accordion("🔑 API Configuration", open=True):
|
178 |
gr.Markdown(
|
179 |
-
"We set up a Trello public board and a Github repository so you can experiment this agent. If you want to try with your account, you can edit this configuration with your API keys."
|
180 |
)
|
181 |
github_repo = gr.Textbox(
|
182 |
label="📁 GitHub Repo",
|
|
|
122 |
else:
|
123 |
# fail-safe: graph produced no AIMessage
|
124 |
yield "✅ Done"
|
125 |
+
|
126 |
|
127 |
def create_gradio_app():
|
128 |
"""Creates and launches the Gradio web application."""
|
|
|
176 |
with gr.Column(scale=1):
|
177 |
with gr.Accordion("🔑 API Configuration", open=True):
|
178 |
gr.Markdown(
|
179 |
+
"We set up a [Trello public board](https://trello.com/b/Z2MAnn7H/pmcp-agent-ai) and a [Github repository](https://github.com/PMCPAgentAI/brainrot_image_generation) so you can experiment this agent. If you want to try with your account, you can edit this configuration with your API keys."
|
180 |
)
|
181 |
github_repo = gr.Textbox(
|
182 |
label="📁 GitHub Repo",
|