Melchior commited on
Commit
00b87ce
Β·
1 Parent(s): ef10be0

last try before revert

Browse files
gnspg.py CHANGED
@@ -1,5 +1,5 @@
1
  import gnews as gnews
2
- from scripts.GoogleNews import GoogleNews
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