Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def retry_with_backoff(func, retries=5, backoff_factor=2):
|
|
| 63 |
raise e
|
| 64 |
|
| 65 |
# Define the Gradio interaction function
|
| 66 |
-
|
| 67 |
def interact_with_agent(task):
|
| 68 |
messages = []
|
| 69 |
messages.append(gr.ChatMessage(role="user", content=task))
|
|
|
|
| 63 |
raise e
|
| 64 |
|
| 65 |
# Define the Gradio interaction function
|
| 66 |
+
|
| 67 |
def interact_with_agent(task):
|
| 68 |
messages = []
|
| 69 |
messages.append(gr.ChatMessage(role="user", content=task))
|