Paper2Agent commited on
Commit
daecdf4
·
verified ·
1 Parent(s): e4cbec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "Variant-to-function discovery"
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."""