SarahMarzouq commited on
Commit
cff3161
1 Parent(s): b89a48d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ button:hover {
112
 
113
  """
114
  #First parameter is for the dropdown menu, and the second parameter is for the starter of the poem
115
- examples = ["English", "The night sky is filled with stars and dreams"]
116
 
117
 
118
  my_model = gr.Interface(
 
112
 
113
  """
114
  #First parameter is for the dropdown menu, and the second parameter is for the starter of the poem
115
+ examples = [["English", "The night sky is filled with stars and dreams"]]
116
 
117
 
118
  my_model = gr.Interface(