Spaces:
Runtime error
Runtime error
Sagar commited on
Commit ·
8fb6d22
1
Parent(s): a04aaa9
updated
Browse files
app.py
CHANGED
|
@@ -96,5 +96,5 @@ def greet(input):
|
|
| 96 |
|
| 97 |
textbox_x = gr.Textbox(label="Variable X:", placeholder="10", lines=1)
|
| 98 |
textbox_y = gr.Textbox(label="Variable Y:", placeholder ="11", lines=1)
|
| 99 |
-
gr.Interface(title = "Lineare Regression",fn=greet, inputs=textbox_x, outputs=textbox_y).launch(
|
| 100 |
|
|
|
|
| 96 |
|
| 97 |
textbox_x = gr.Textbox(label="Variable X:", placeholder="10", lines=1)
|
| 98 |
textbox_y = gr.Textbox(label="Variable Y:", placeholder ="11", lines=1)
|
| 99 |
+
gr.Interface(title = "Lineare Regression",fn=greet, inputs=textbox_x, outputs=textbox_y).launch()
|
| 100 |
|