MilesCranmer commited on
Commit
bd3106e
·
unverified ·
1 Parent(s): 458f2f7

Extended app description

Browse files
Files changed (1) hide show
  1. gui/app.py +1 -1
gui/app.py CHANGED
@@ -81,7 +81,7 @@ def greet(
81
  def main():
82
  demo = gr.Interface(
83
  fn=greet,
84
- description="PySR Demo",
85
  inputs=[
86
  gr.inputs.File(label="Upload a CSV File"),
87
  gr.inputs.Textbox(label="Column to Predict", placeholder="y"),
 
81
  def main():
82
  demo = gr.Interface(
83
  fn=greet,
84
+ description="Symbolic Regression with PySR. Watch search progress by clicking 'See logs'!",
85
  inputs=[
86
  gr.inputs.File(label="Upload a CSV File"),
87
  gr.inputs.Textbox(label="Column to Predict", placeholder="y"),