Commit ·
33e7e85
1
Parent(s): 1b05490
docs(app.py): :memo: fake changes trigger
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ markdown_text = '''
|
|
| 32 |
* **Technical** label, means that the scope of the problem is on the technical (technology) side like the mobile/web application.
|
| 33 |
'''
|
| 34 |
|
| 35 |
-
description="Write the feedback about the capsule hotel that you've ever visited or stayed there."
|
| 36 |
|
| 37 |
# Function to perform predictions
|
| 38 |
def predict(text):
|
|
|
|
| 32 |
* **Technical** label, means that the scope of the problem is on the technical (technology) side like the mobile/web application.
|
| 33 |
'''
|
| 34 |
|
| 35 |
+
description="Write the feedback about the capsule hotel that you've ever visited or stayed there. The machine learning model will predict the priority score and problem domain of the feedback."
|
| 36 |
|
| 37 |
# Function to perform predictions
|
| 38 |
def predict(text):
|