Spaces:
Runtime error
Runtime error
Commit ·
9ded8b5
1
Parent(s): d8f8a95
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ examples = [
|
|
| 184 |
|
| 185 |
# Create the Gradio interface
|
| 186 |
iface = gr.Interface(fn=greet, inputs=gr.inputs.Textbox(placeholder="Enter the real-world problem"), outputs="text", title="Ask DaVinci",
|
| 187 |
-
description="Enter a real-world problem and see the genius of Leonardo DaVinci in action!"
|
| 188 |
|
| 189 |
# Run the Gradio app
|
| 190 |
iface.launch()
|
|
|
|
| 184 |
|
| 185 |
# Create the Gradio interface
|
| 186 |
iface = gr.Interface(fn=greet, inputs=gr.inputs.Textbox(placeholder="Enter the real-world problem"), outputs="text", title="Ask DaVinci",
|
| 187 |
+
description="Enter a real-world problem and see the genius of Leonardo DaVinci in action!")
|
| 188 |
|
| 189 |
# Run the Gradio app
|
| 190 |
iface.launch()
|