crcdng
commited on
Commit
·
2879c94
1
Parent(s):
fc79518
chat icons
Browse files- agent_a.jpg +0 -0
- agent_b.jpg +0 -0
- app.py +2 -2
agent_a.jpg
ADDED
|
agent_b.jpg
ADDED
|
app.py
CHANGED
|
@@ -232,7 +232,7 @@ def gradio_interface():
|
|
| 232 |
height=500,
|
| 233 |
type="messages",
|
| 234 |
show_copy_button=True,
|
| 235 |
-
avatar_images=("
|
| 236 |
)
|
| 237 |
|
| 238 |
with gr.Row(equal_height=True):
|
|
@@ -261,4 +261,4 @@ if __name__ == "__main__":
|
|
| 261 |
print("Warning: ANTHROPIC_API_KEY not found in environment. Please set it in your .env file.")
|
| 262 |
|
| 263 |
interface = gradio_interface()
|
| 264 |
-
interface.launch(debug=True, allowed_paths=["monitorica.bold.otf"],)
|
|
|
|
| 232 |
height=500,
|
| 233 |
type="messages",
|
| 234 |
show_copy_button=True,
|
| 235 |
+
avatar_images=("agent_a.jpg", "agent_b.jpg")
|
| 236 |
)
|
| 237 |
|
| 238 |
with gr.Row(equal_height=True):
|
|
|
|
| 261 |
print("Warning: ANTHROPIC_API_KEY not found in environment. Please set it in your .env file.")
|
| 262 |
|
| 263 |
interface = gradio_interface()
|
| 264 |
+
interface.launch(debug=True, allowed_paths=["monitorica.bold.otf", "agent_a.jpg", "agent_b.jpg"],)
|