Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,8 +76,8 @@ class GradioAgentUI:
|
|
| 76 |
|
| 77 |
self.model = model
|
| 78 |
self.config = config
|
| 79 |
-
self.name = "Chat with Agent"
|
| 80 |
-
self.description = "
|
| 81 |
|
| 82 |
def get_step_footnote(self, step_num: int, duration: float) -> str:
|
| 83 |
"""Create a footnote for a step with timing information."""
|
|
|
|
| 76 |
|
| 77 |
self.model = model
|
| 78 |
self.config = config
|
| 79 |
+
self.name = "Chat with AlphaGenome Agent"
|
| 80 |
+
self.description = "AlphaGenome Agent is automatically created by [Paper2Agent](https://github.com/jmiao24/Paper2Agent) to use [AlphaGenome](https://github.com/google-deepmind/alphagenome) and interpret DNA variants."
|
| 81 |
|
| 82 |
def get_step_footnote(self, step_num: int, duration: float) -> str:
|
| 83 |
"""Create a footnote for a step with timing information."""
|