MilesCranmer commited on
Commit
3cd0d7b
·
1 Parent(s): 33354da

Change title of app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),