Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -250,13 +250,11 @@ css = """
|
|
| 250 |
"""
|
| 251 |
etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
|
| 252 |
examples_list = [
|
| 253 |
-
["
|
| 254 |
-
["Write a
|
| 255 |
-
["Write a
|
| 256 |
-
["
|
| 257 |
-
["
|
| 258 |
-
["write a conversation between the sun and pluto"],
|
| 259 |
-
["Did you know that Yann LeCun dropped a rap album last year? We listened to it andhere’s what we thought:"],
|
| 260 |
]
|
| 261 |
|
| 262 |
logger.info("start block")
|
|
|
|
| 250 |
"""
|
| 251 |
etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
|
| 252 |
examples_list = [
|
| 253 |
+
["Write a function which group a dataframe using pandas"],
|
| 254 |
+
["Write a simple FastAPI app in Python"],
|
| 255 |
+
["Write a simple Neural Networks which allow to classify image"],
|
| 256 |
+
["Create a Pytorch dataloader for images. "],
|
| 257 |
+
["Write a function which create a Multi Head Attention module"],
|
|
|
|
|
|
|
| 258 |
]
|
| 259 |
|
| 260 |
logger.info("start block")
|