sagar007 commited on
Commit
e66b6d2
·
verified ·
1 Parent(s): 6bb29b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ demo = gr.ChatInterface(
65
  ["List five tips for effective time management."],
66
  ["Describe the process of photosynthesis in layman's terms."],
67
  ["Write a dialogue between two characters discussing the future of space exploration."],
68
- ["Explain the concept of blockchain technology and its potential applications."]
69
  cache_examples=True,
70
  )
71
 
 
65
  ["List five tips for effective time management."],
66
  ["Describe the process of photosynthesis in layman's terms."],
67
  ["Write a dialogue between two characters discussing the future of space exploration."],
68
+ ["Explain the concept of blockchain technology and its potential applications."],
69
  cache_examples=True,
70
  )
71