Dhruv Diddi commited on
Commit
b779b29
1 Parent(s): 22ce981
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -220,10 +220,16 @@ with gr.Blocks(css=css) as demo:
220
  """
221
  ## 2. Enter prompt
222
  """
 
 
223
  )
224
 
225
  with gr.Row():
226
-
 
 
 
 
227
  enter_prompt = gr.Textbox(
228
  label="Enter prompt",
229
  lines=3,
 
220
  """
221
  ## 2. Enter prompt
222
  """
223
+
224
+
225
  )
226
 
227
  with gr.Row():
228
+ examples = [
229
+ ['Which country will win the 2002 World Cup?'],
230
+ ["A is the son's of B's uncle. What is the family relationship between A and B?"],
231
+ ["In 2030, "],
232
+ ]
233
  enter_prompt = gr.Textbox(
234
  label="Enter prompt",
235
  lines=3,