PyQuarX commited on
Commit
d2aa5d8
·
verified ·
1 Parent(s): e9e39d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
- title: Scrape with ai
3
- sdk: streamlit
4
- emoji: 📈
5
  colorFrom: blue
6
- colorTo: blue
7
- sdk_version: 1.44.1
 
 
 
8
  ---
9
 
10
 
11
-
12
-
13
  # Project Overview
14
 
15
  This project implements a text parsing and information extraction tool using a chat model. The main functionality is encapsulated in the `parse.py` file, which utilizes an API to process text content and extract relevant information based on specified descriptions.
 
1
  ---
2
+ title: Web Scraper
3
+ emoji: 🕷️
 
4
  colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ app_file: app.py
8
+ pinned: false
9
+ license: mit
10
  ---
11
 
12
 
 
 
13
  # Project Overview
14
 
15
  This project implements a text parsing and information extraction tool using a chat model. The main functionality is encapsulated in the `parse.py` file, which utilizes an API to process text content and extract relevant information based on specified descriptions.