Daniela-C commited on
Commit
60014cb
·
verified ·
1 Parent(s): e571a44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -123,20 +123,19 @@ chat_interface = gr.ChatInterface(
123
  stop_btn=None,
124
  examples=[
125
  ["Write a 100-word article on 'The Time Machine an Invention by H. G. Wells Book'"],
126
- ["Can you explain briefly to me what is a Life of William Shakespeare book?"],
127
  ["Explain the plot of Romeu and Juliet in a sentence."],
128
  ["How many Shakespeare Sonnets does exist?"],
129
  ["Write a 100-word article on 'Shakespeare education'"],
130
  ["Write a 100-word article on 'Off All Things BY ROBERT C. BENCHLEY Book'"],
131
-
 
 
 
 
132
  ],
133
  )
134
 
135
- with gr.Blocks(css="style.css") as demo:
136
- gr.Markdown(DESCRIPTION)
137
- gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
138
- chat_interface.render()
139
- gr.Markdown(LICENSE)
140
 
141
  if __name__ == "__main__":
142
  demo.queue(max_size=20).launch()
 
123
  stop_btn=None,
124
  examples=[
125
  ["Write a 100-word article on 'The Time Machine an Invention by H. G. Wells Book'"],
126
+ ["Can you explain briefly to me what is a Life of William Shakespeare's book?"],
127
  ["Explain the plot of Romeu and Juliet in a sentence."],
128
  ["How many Shakespeare Sonnets does exist?"],
129
  ["Write a 100-word article on 'Shakespeare education'"],
130
  ["Write a 100-word article on 'Off All Things BY ROBERT C. BENCHLEY Book'"],
131
+ ["Write a 100-word article on 'Shakespeare's Friends and Family'"],
132
+ ["Write a 100-word article on 'Shakespeare's Speech'"],
133
+ ["Write a 100-word article on 'Globe Theater'"],
134
+ ["Write a 100-word article on 'London'"],
135
+
136
  ],
137
  )
138
 
 
 
 
 
 
139
 
140
  if __name__ == "__main__":
141
  demo.queue(max_size=20).launch()