pw-ai-research commited on
Commit
ee07da7
·
verified ·
1 Parent(s): 726e79c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
77
  inputs=gr.Textbox(lines=4, label="Enter a Math Question"),
78
  outputs=gr.Textbox(label="Model's Response", lines=10),
79
  # examples=examples,
80
- title="Aryabhatta 1.0 Demo",
81
  description="",
82
  )
83
 
 
77
  inputs=gr.Textbox(lines=4, label="Enter a Math Question"),
78
  outputs=gr.Textbox(label="Model's Response", lines=10),
79
  # examples=examples,
80
+ title="Aryabhata 1.0",
81
  description="",
82
  )
83