nuojohnchen commited on
Commit
5277b0b
Β·
verified Β·
1 Parent(s): 28306fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -136,9 +136,9 @@ with gr.Blocks(fill_height=True, css=css) as demo:
136
  render=False ),
137
  ],
138
  examples=[
139
- ['Build a REST API that allows users to manage their to-do lists.'],
140
- ['Implement a machine learning model to predict stock prices based on historical data.'],
141
- ['Develop a web application that allows users to upload images and apply various filters.']
142
  ],
143
  cache_examples=False,
144
  )
 
136
  render=False ),
137
  ],
138
  examples=[
139
+ ['Implement a function to reverse a string.'],
140
+ ['Sort a list of numbers in ascending order.'],
141
+ ['Output Fibonacci sequence.']
142
  ],
143
  cache_examples=False,
144
  )