Spaces:
Runtime error
Runtime error
Commit
·
04a1525
1
Parent(s):
93cf0c3
Changed.
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ text_input = gr.inputs.Textbox(lines=2, label="Enter your text:")
|
|
9 |
text_output = gr.outputs.Textbox(label="ChatGPT Output:")
|
10 |
|
11 |
# Create a button
|
12 |
-
button =
|
13 |
|
14 |
# Create a form
|
15 |
form = gr.Interface(
|
|
|
9 |
text_output = gr.outputs.Textbox(label="ChatGPT Output:")
|
10 |
|
11 |
# Create a button
|
12 |
+
button = gradio.inputs.Button(label="Submit")
|
13 |
|
14 |
# Create a form
|
15 |
form = gr.Interface(
|