Spaces:
Sleeping
Sleeping
Doubleupai
commited on
Update app.py
Browse files
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.
|
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(
|