Samuelblue commited on
Commit
04a1525
·
1 Parent(s): 93cf0c3
Files changed (1) hide show
  1. app.py +1 -1
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 = gr.inputs.Button(label="Submit")
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(