Spaces:
openfree
/
Running on CPU Upgrade

openfree commited on
Commit
12e85f9
·
verified ·
1 Parent(s): dd90891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -941,8 +941,9 @@ with gr.Blocks(css=css, title="NewsAI Service") as iface:
941
  - **Advanced Sentiment Analysis**: Uses state-of-the-art NLP models via the OpenAI API.
942
  - **Data Persistence**: Automatically saves and retrieves search results in a local SQLite database for quick reference.
943
  - **Flexible**: Ability to search any keyword/country or select from predefined Big Tech & finance-related terms.
944
- ---
945
  0. **Community: https://discord.gg/openfreeai
 
946
  """
947
  )
948
 
 
941
  - **Advanced Sentiment Analysis**: Uses state-of-the-art NLP models via the OpenAI API.
942
  - **Data Persistence**: Automatically saves and retrieves search results in a local SQLite database for quick reference.
943
  - **Flexible**: Ability to search any keyword/country or select from predefined Big Tech & finance-related terms.
944
+
945
  0. **Community: https://discord.gg/openfreeai
946
+ ---
947
  """
948
  )
949