Spaces:
Sleeping
Sleeping
Commit
·
3cd939f
1
Parent(s):
882b748
Extended app description
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def greet(
|
|
81 |
def main():
|
82 |
demo = gr.Interface(
|
83 |
fn=greet,
|
84 |
-
description="PySR
|
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"),
|