Aragoner commited on
Commit
c009356
·
verified ·
1 Parent(s): f145a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -168,7 +168,7 @@ chatbot=gr.Chatbot(height=450, label='Gradio ChatBot')
168
  with gr.Blocks(fill_height=True, css=css) as demo:
169
 
170
  # gr.Markdown(DESCRIPTION)
171
- gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
172
  gr.ChatInterface(
173
  fn=chat_llama3_8b,
174
  chatbot=chatbot,
@@ -189,11 +189,11 @@ with gr.Blocks(fill_height=True, css=css) as demo:
189
  render=False ),
190
  ],
191
  examples=[
192
- ['How to setup a human base on Mars? Give short answer.'],
193
- ['Explain theory of relativity to me like I’m 8 years old.'],
194
- ['What is 9,000 * 9,000?'],
195
- ['Write a pun-filled happy birthday message to my friend Alex.'],
196
- ['Justify why a penguin might make a good king of the jungle.']
197
  ],
198
  cache_examples=False,
199
  )
 
168
  with gr.Blocks(fill_height=True, css=css) as demo:
169
 
170
  # gr.Markdown(DESCRIPTION)
171
+ # gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
172
  gr.ChatInterface(
173
  fn=chat_llama3_8b,
174
  chatbot=chatbot,
 
189
  render=False ),
190
  ],
191
  examples=[
192
+ ['What's the last book or podcast that really grabbed your attention?'],
193
+ ['Do you have a favorite type of weather or season? Why?'],
194
+ ['Oh, I just saw the best meme - have you seen it?']
195
+ # ['Write a pun-filled happy birthday message to my friend Alex.'],
196
+ # ['Justify why a penguin might make a good king of the jungle.']
197
  ],
198
  cache_examples=False,
199
  )