Spaces:
Sleeping
Sleeping
adding the final touches
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ article = '''
|
|
| 24 |
# How to use this interface
|
| 25 |
Using the interface is straight forward, just type some text that falls in one of these 4 categories: **Electronics**, **Household**, **Books** or **Clothing & Accessories**.
|
| 26 |
and then hit **Submit**. the results will be in the output cell. You can also try one of the provided examples.
|
| 27 |
-
Here is the [notebook]() used to train the model.
|
| 28 |
'''
|
| 29 |
|
| 30 |
examples = [
|
|
|
|
| 24 |
# How to use this interface
|
| 25 |
Using the interface is straight forward, just type some text that falls in one of these 4 categories: **Electronics**, **Household**, **Books** or **Clothing & Accessories**.
|
| 26 |
and then hit **Submit**. the results will be in the output cell. You can also try one of the provided examples.
|
| 27 |
+
Here is the [notebook](https://colab.research.google.com/drive/1MGlDaJXcjECrSRmXgHzUgFBTDuKEwPV0?usp=share_link) used to train the model.
|
| 28 |
'''
|
| 29 |
|
| 30 |
examples = [
|