Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -70,9 +70,9 @@ demo = gr.ChatInterface(
|
|
70 |
],
|
71 |
examples=[
|
72 |
[{"text": "Develop a Python Dijkstra’s algorithm to find the shortest path between nodes in a weighted graph for a navigation app"}],
|
73 |
-
[{"text": "Write an SQL query to retrieve the top 5 most
|
74 |
[{"text": "Write a JavaScript function to validate email address and telephone number using regular expressions."}],
|
75 |
-
[{"text": "Write an HTML/CSS stylesheet to style a multi
|
76 |
],
|
77 |
cache_examples=False,
|
78 |
type="messages",
|
|
|
70 |
],
|
71 |
examples=[
|
72 |
[{"text": "Develop a Python Dijkstra’s algorithm to find the shortest path between nodes in a weighted graph for a navigation app"}],
|
73 |
+
[{"text": "Write an SQL query to retrieve the top 5 most accessed files in a cloud storage system by download count, including file type and size"}],
|
74 |
[{"text": "Write a JavaScript function to validate email address and telephone number using regular expressions."}],
|
75 |
+
[{"text": "Write an HTML/CSS stylesheet to style a multi level navigation menu with hover effects and mobile compatibility"}],
|
76 |
],
|
77 |
cache_examples=False,
|
78 |
type="messages",
|