Spaces:
Running
Running
Change title of app
Browse files- 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="
|
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"),
|