Spaces:
Build error
Build error
Melchior commited on
Commit Β·
00b87ce
1
Parent(s): ef10be0
last try before revert
Browse files- gnspg.py +1 -1
- NewsSiteIndex.xml β old/NewsSiteIndex.xml +0 -0
- SubjectIndex.xml β old/SubjectIndex.xml +0 -0
- old tabs from gradio.py β old/old tabs from gradio.py +4 -4
- openai.key β old/openai.key +0 -0
- output.csv β old/output.csv +0 -0
- output_2.tsv β old/output_2.tsv +0 -0
- prompt.csv β old/prompt.csv +0 -0
- prompt.txt β old/prompt.txt +0 -0
- readNewsSiteIndex_XML.py β old/readNewsSiteIndex_XML.py +0 -0
- run.bat β old/run.bat +0 -0
gnspg.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gnews as gnews
|
| 2 |
-
from
|
| 3 |
# GoogleNews Search Prompt Generator
|
| 4 |
# GNSPG
|
| 5 |
# Generates the prompt needed for executing a scrape of Google News
|
|
|
|
| 1 |
import gnews as gnews
|
| 2 |
+
from GoogleNews import GoogleNews
|
| 3 |
# GoogleNews Search Prompt Generator
|
| 4 |
# GNSPG
|
| 5 |
# Generates the prompt needed for executing a scrape of Google News
|
NewsSiteIndex.xml β old/NewsSiteIndex.xml
RENAMED
|
File without changes
|
SubjectIndex.xml β old/SubjectIndex.xml
RENAMED
|
File without changes
|
old tabs from gradio.py β old/old tabs from gradio.py
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
|
| 2 |
-
from readNewsSiteIndex_XML import website_tuple_list
|
| 3 |
-
from readNewsSiteIndex_XML import combine_website_checkboxes
|
| 4 |
# this function returns just a list of the labels of websites, for use in the CheckboxGroup
|
| 5 |
-
from readNewsSiteIndex_XML import website_label_list
|
| 6 |
-
from readNewsSiteIndex_XML import subject_label_list
|
| 7 |
|
| 8 |
with gr.Tab('Subject'):
|
| 9 |
HTML("<h2>Subject</h2>")
|
|
|
|
| 1 |
|
| 2 |
+
from old.readNewsSiteIndex_XML import website_tuple_list
|
| 3 |
+
from old.readNewsSiteIndex_XML import combine_website_checkboxes
|
| 4 |
# this function returns just a list of the labels of websites, for use in the CheckboxGroup
|
| 5 |
+
from old.readNewsSiteIndex_XML import website_label_list
|
| 6 |
+
from old.readNewsSiteIndex_XML import subject_label_list
|
| 7 |
|
| 8 |
with gr.Tab('Subject'):
|
| 9 |
HTML("<h2>Subject</h2>")
|
openai.key β old/openai.key
RENAMED
|
File without changes
|
output.csv β old/output.csv
RENAMED
|
File without changes
|
output_2.tsv β old/output_2.tsv
RENAMED
|
File without changes
|
prompt.csv β old/prompt.csv
RENAMED
|
File without changes
|
prompt.txt β old/prompt.txt
RENAMED
|
File without changes
|
readNewsSiteIndex_XML.py β old/readNewsSiteIndex_XML.py
RENAMED
|
File without changes
|
run.bat β old/run.bat
RENAMED
|
File without changes
|