Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ demo = gr.ChatInterface(
|
|
69 |
gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
|
70 |
],
|
71 |
examples=[
|
72 |
-
[{"text": "
|
73 |
[{"text": "Write a JavaScript function to validate email address and telephone number using regular expressions."}],
|
74 |
[{"text": "Write an HTML/CSS stylesheet to style a multi level navigation menu with hover effects and mobile compatibility"}],
|
75 |
],
|
|
|
69 |
gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
|
70 |
],
|
71 |
examples=[
|
72 |
+
[{"text": "Write a Python A* search algorithm to find the optimal path in a grid-based map for a pathfinding application."}],
|
73 |
[{"text": "Write a JavaScript function to validate email address and telephone number using regular expressions."}],
|
74 |
[{"text": "Write an HTML/CSS stylesheet to style a multi level navigation menu with hover effects and mobile compatibility"}],
|
75 |
],
|