Spaces:
Runtime error
Runtime error
copy edits
Browse files- client/src/routes/index.svelte +4 -4
- requirements.txt +2 -2
client/src/routes/index.svelte
CHANGED
@@ -109,7 +109,7 @@
|
|
109 |
>
|
110 |
|
111 |
install node LTS and create symbolic links to <code>/home/user/.local/bin/</code> as it seems like
|
112 |
-
we don't have permission to update
|
113 |
</p>
|
114 |
<h4>main.py</h4>
|
115 |
<p class="max-w-prose leading-normal">
|
@@ -140,8 +140,8 @@
|
|
140 |
target="_blank"
|
141 |
href="https://github.com/sveltejs/kit/tree/master/packages/adapter-node"
|
142 |
>
|
143 |
-
<code>@sveltejs/adapter-node</code
|
144 |
-
>adaptor and Flask the API application with your ML project. However, there is an unsolved
|
145 |
issue to enable
|
146 |
<a
|
147 |
href="https://github.com/sveltejs/kit/issues/595"
|
@@ -177,7 +177,7 @@
|
|
177 |
<svg class="animate-spin inline-block" width="25" height="25" viewBox="0 0 100 100">
|
178 |
<path d="M0,50 a1,1 0 0,0 100,0" fill="lightgrey" />
|
179 |
</svg>
|
180 |
-
Loading
|
181 |
</div>
|
182 |
{:then data}
|
183 |
<ul class="m-0 p-0">
|
|
|
109 |
>
|
110 |
|
111 |
install node LTS and create symbolic links to <code>/home/user/.local/bin/</code> as it seems like
|
112 |
+
we don't have permission to update <code>$PATH</code> env
|
113 |
</p>
|
114 |
<h4>main.py</h4>
|
115 |
<p class="max-w-prose leading-normal">
|
|
|
140 |
target="_blank"
|
141 |
href="https://github.com/sveltejs/kit/tree/master/packages/adapter-node"
|
142 |
>
|
143 |
+
<code>@sveltejs/adapter-node</code></a
|
144 |
+
> adaptor and Flask the API application with your ML project. However, there is an unsolved
|
145 |
issue to enable
|
146 |
<a
|
147 |
href="https://github.com/sveltejs/kit/issues/595"
|
|
|
177 |
<svg class="animate-spin inline-block" width="25" height="25" viewBox="0 0 100 100">
|
178 |
<path d="M0,50 a1,1 0 0,0 100,0" fill="lightgrey" />
|
179 |
</svg>
|
180 |
+
Loading feed and running sentiment analysis on headlines...
|
181 |
</div>
|
182 |
{:then data}
|
183 |
<ul class="m-0 p-0">
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
feedparser==6.0.8
|
2 |
-
Flask==2.0.
|
3 |
flask_cors==3.0.10
|
4 |
python-dotenv==0.19.2
|
5 |
-
|
6 |
torch
|
|
|
1 |
feedparser==6.0.8
|
2 |
+
Flask==2.0.3
|
3 |
flask_cors==3.0.10
|
4 |
python-dotenv==0.19.2
|
5 |
+
python_dateutil==2.8.2
|
6 |
torch
|