merterbak commited on
Commit
4338a8e
·
verified ·
1 Parent(s): 46de568

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-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",
 
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",