billwang37 commited on
Commit
8cbc59f
·
verified ·
1 Parent(s): 19c43f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ def chat(message, history):
60
 
61
  demo = gr.ChatInterface(
62
  fn=chat,
63
- title="MathBio AIMathematical Biology Assistant",
64
- description="A specialized LLM for mathematical biology, epidemic modeling, PDEs, and operator learning. Fine-tuned on 27K arxiv-derived examples.",
65
  examples=[
66
  "What is R0 for an SIR model with beta=0.4 and gamma=0.1?",
67
  "Derive the stability condition for the SEIR endemic equilibrium.",
 
60
 
61
  demo = gr.ChatInterface(
62
  fn=chat,
63
+ title="WWang LabMathBio AI",
64
+ description="**Developed by Weinan Wang, University of Oklahoma.** A specialized mathematical biology LLM fine-tuned from Qwen2.5-Math-7B on 27,000 arxiv-derived examples covering epidemic modeling, PDEs, operator learning, and mathematical biology. Research preview.",
65
  examples=[
66
  "What is R0 for an SIR model with beta=0.4 and gamma=0.1?",
67
  "Derive the stability condition for the SEIR endemic equilibrium.",