saicharantej commited on
Commit
9ded8b5
·
1 Parent(s): d8f8a95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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!", examples=examples)
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()