Update app.py
Browse files
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 |
|