MilesCranmer commited on
Commit
dc554ea
·
unverified ·
1 Parent(s): 454ec0a

Change title of app

Browse files
Files changed (1) hide show
  1. gui/app.py +1 -1
gui/app.py CHANGED
@@ -67,7 +67,7 @@ def greet(
67
  def main():
68
  demo = gr.Interface(
69
  fn=greet,
70
- description="A demo of PySR",
71
  inputs=[
72
  gr.inputs.File(label="Upload a CSV File"),
73
  gr.inputs.Textbox(label="Column to Predict", placeholder="y"),
 
67
  def main():
68
  demo = gr.Interface(
69
  fn=greet,
70
+ description="PySR Demo",
71
  inputs=[
72
  gr.inputs.File(label="Upload a CSV File"),
73
  gr.inputs.Textbox(label="Column to Predict", placeholder="y"),