Xhaheen commited on
Commit
d060cb4
1 Parent(s): b6a6548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -31,26 +31,36 @@ tool developed for Code generation.
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
  """
55
  '''
56
 
 
31
  Try following prompts with """ included
32
 
33
  1)"""
34
+
35
  Use transformers pipeline to create Question Answering System
36
+
37
  """
38
 
39
  2)"""
40
+
41
  Python program that sends an email to hello@gmail.com saying "Hello, We are live now" from prvdfds@gmail.com.
42
+
43
  """
44
 
45
  3)"""
46
+
47
  Write a program to scrap yahoo.com homepage using beautifulsoup
48
+
49
  """
50
 
51
  4)"""
52
+
53
  Use Spacy large model for Named Entity Recognition
54
+
55
  """
56
 
57
  5)<!-- Create a registration web page using Bootstrap -->
58
  <!DOCTYPE html>
59
 
60
  6)"""
61
+
62
  Write a program to scrap yahoo.com homepage using selenium and beautifulsoup
63
+
64
  """
65
  '''
66