graredcr commited on
Commit
9b1109f
1 Parent(s): 1af9ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -23,7 +23,7 @@ def semanticComparativeClassification():
23
  "Como sincronizo el m贸bil con Lya2"
24
  ]
25
  },
26
- })"""
27
 
28
  output = query({
29
  "inputs": {
@@ -36,7 +36,7 @@ def semanticComparativeClassification():
36
  "Como sincronizo el m贸bil con Lya2"
37
  ]
38
  },
39
- })
40
 
41
  output = query({
42
  "inputs": {
@@ -60,6 +60,6 @@ def semanticComparativeClassification():
60
  x = semanticComparativeClassification()
61
 
62
  for i in x:
63
- print i
64
  st.title('Uber pickups in NYC')
65
  st.components.v1.html('sadasffas')
 
23
  "Como sincronizo el m贸bil con Lya2"
24
  ]
25
  },
26
+ })
27
 
28
  output = query({
29
  "inputs": {
 
36
  "Como sincronizo el m贸bil con Lya2"
37
  ]
38
  },
39
+ })"""
40
 
41
  output = query({
42
  "inputs": {
 
60
  x = semanticComparativeClassification()
61
 
62
  for i in x:
63
+ print(i)
64
  st.title('Uber pickups in NYC')
65
  st.components.v1.html('sadasffas')