Doubleupai commited on
Commit
a76de9e
·
verified ·
1 Parent(s): c756be0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def generate_gd_level():
20
  def gradio_interface():
21
  # Define the input and output components
22
  inputs = [] # No inputs for this example
23
- outputs = gr.outputs.Textbox()
24
 
25
  # Create the interface
26
  interface = gr.Interface(
 
20
  def gradio_interface():
21
  # Define the input and output components
22
  inputs = [] # No inputs for this example
23
+ outputs = gr.Textbox() # Updated to the correct syntax
24
 
25
  # Create the interface
26
  interface = gr.Interface(