openfree commited on
Commit
45ce38f
·
verified ·
1 Parent(s): 0628838

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -941,7 +941,7 @@ 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
  ---
946
  """
947
  )
 
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
+ 4. **Community: https://discord.gg/openfreeai
945
  ---
946
  """
947
  )