Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,20 +29,26 @@ It is used to power GitHub Copilot, a programming autocompletion
|
|
29 |
tool developed for Code generation.
|
30 |
|
31 |
Try following prompts with """ included
|
32 |
-
|
|
|
33 |
Use transformers pipeline to create Question Answering System
|
34 |
"""
|
|
|
35 |
2)"""
|
36 |
Python program that sends an email to hello@gmail.com saying "Hello, We are live now" from prvdfds@gmail.com.
|
37 |
"""
|
|
|
38 |
3)"""
|
39 |
Write a program to scrap yahoo.com homepage using beautifulsoup
|
40 |
"""
|
|
|
41 |
4)"""
|
42 |
Use Spacy large model for Named Entity Recognition
|
43 |
"""
|
|
|
44 |
5)<!-- Create a registration web page using Bootstrap -->
|
45 |
<!DOCTYPE html>
|
|
|
46 |
6)"""
|
47 |
Write a program to scrap yahoo.com homepage using selenium and beautifulsoup
|
48 |
"""
|
|
|
29 |
tool developed for Code generation.
|
30 |
|
31 |
Try following prompts with """ included
|
32 |
+
|
33 |
+
1)"""
|
34 |
Use transformers pipeline to create Question Answering System
|
35 |
"""
|
36 |
+
|
37 |
2)"""
|
38 |
Python program that sends an email to hello@gmail.com saying "Hello, We are live now" from prvdfds@gmail.com.
|
39 |
"""
|
40 |
+
|
41 |
3)"""
|
42 |
Write a program to scrap yahoo.com homepage using beautifulsoup
|
43 |
"""
|
44 |
+
|
45 |
4)"""
|
46 |
Use Spacy large model for Named Entity Recognition
|
47 |
"""
|
48 |
+
|
49 |
5)<!-- Create a registration web page using Bootstrap -->
|
50 |
<!DOCTYPE html>
|
51 |
+
|
52 |
6)"""
|
53 |
Write a program to scrap yahoo.com homepage using selenium and beautifulsoup
|
54 |
"""
|