Spaces:
Sleeping
Sleeping
RobertCastagna
commited on
Commit
•
cf4e04f
1
Parent(s):
5b3d117
Update pages/2_Sentiment_Data_Input.py
Browse files
pages/2_Sentiment_Data_Input.py
CHANGED
@@ -38,7 +38,7 @@ def sentiment_analysis(headline:str) -> str:
|
|
38 |
conn = sqlite3.connect('fin_data.db')
|
39 |
c = conn.cursor()
|
40 |
|
41 |
-
c.execute("DROP TABLE IF EXISTS company_news")
|
42 |
|
43 |
c.execute("""CREATE TABLE IF NOT EXISTS company_news (
|
44 |
id integer primary key autoincrement,
|
|
|
38 |
conn = sqlite3.connect('fin_data.db')
|
39 |
c = conn.cursor()
|
40 |
|
41 |
+
#c.execute("DROP TABLE IF EXISTS company_news")
|
42 |
|
43 |
c.execute("""CREATE TABLE IF NOT EXISTS company_news (
|
44 |
id integer primary key autoincrement,
|