Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,7 @@ iface = gr.Interface(
|
|
121 |
gr.Textbox(label="Documentation Messages"),
|
122 |
],
|
123 |
title="Team Workflow with Documentation Agent and Hard Cap",
|
124 |
-
description="""
|
125 |
-
"""Collaborative workflow between Primary, Critic, and Documentation agents.""""
|
126 |
"""1. The user can send a prompt to the primary agent."""
|
127 |
"""2. The response will then be evaluated by the critic, which either sends feedback back to the primary agent or gives the APPROVAL sign."""
|
128 |
"""3. If the APPROVAL sign is given, the documentation agent is asked to write a short documentation for the code (that has been approved by the critic and generated by the priamry agent."""
|
|
|
121 |
gr.Textbox(label="Documentation Messages"),
|
122 |
],
|
123 |
title="Team Workflow with Documentation Agent and Hard Cap",
|
124 |
+
description="""Collaborative workflow between Primary, Critic, and Documentation agents.""""
|
|
|
125 |
"""1. The user can send a prompt to the primary agent."""
|
126 |
"""2. The response will then be evaluated by the critic, which either sends feedback back to the primary agent or gives the APPROVAL sign."""
|
127 |
"""3. If the APPROVAL sign is given, the documentation agent is asked to write a short documentation for the code (that has been approved by the critic and generated by the priamry agent."""
|