Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,12 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 💬
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
short_description:
|
12 |
-
|
13 |
-
# Text Summarizer and Sentiment Analyzer
|
14 |
-
|
15 |
-
This app allows you to:
|
16 |
-
1. Summarize text.
|
17 |
-
2. Analyze the sentiment of the summarized text.
|
18 |
-
|
19 |
-
How to use:
|
20 |
-
- Enter a text of at least 150 characters.
|
21 |
-
- Click "Start the process!" to get the summary and sentiment. Make sure to keep input text length in between 150 and 500.
|
|
|
1 |
---
|
2 |
+
title: Text Summarizer and Sentiment Analyzer
|
3 |
emoji: 💬
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.1.0 # Update this to the version you are using
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: Get summary and sentiment of your text.
|
12 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|