Vlad Severin commited on
Commit
78476ba
1 Parent(s): 7550f47

add examples

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -125,6 +125,11 @@ demo = gr.Interface(
125
  inputs="text",
126
  outputs="text",
127
  cache_examples=False,
 
 
 
 
 
128
  )
129
 
130
  demo.launch()
 
125
  inputs="text",
126
  outputs="text",
127
  cache_examples=False,
128
+ examples=[
129
+ "How to properly name a variable?",
130
+ "How to write a good comment?",
131
+ "What are best practices of unit testing?",
132
+ ]
133
  )
134
 
135
  demo.launch()