Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,8 +76,6 @@ with gr.Blocks() as demo:
|
|
| 76 |
title="AI Project Manager",
|
| 77 |
description="Virtual Project Management Assistant",
|
| 78 |
theme="soft",
|
| 79 |
-
examples=["Which task has the earliest deadline?", "What is the current progress?"],
|
| 80 |
-
cache_examples=True,
|
| 81 |
undo_btn="Delete Previous",
|
| 82 |
clear_btn="Clear",
|
| 83 |
)
|
|
|
|
| 76 |
title="AI Project Manager",
|
| 77 |
description="Virtual Project Management Assistant",
|
| 78 |
theme="soft",
|
|
|
|
|
|
|
| 79 |
undo_btn="Delete Previous",
|
| 80 |
clear_btn="Clear",
|
| 81 |
)
|