pknayak commited on
Commit
aa8ab7c
·
1 Parent(s): 167b98e

Updating app.py

Browse files

Modifying the markdown.

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -512,8 +512,8 @@ with gr.Blocks() as demo:
512
  gr.Markdown("3. Click on the `Analyze Sentiment` to analyze the sentiments of the news retrieved.")
513
  gr.Markdown("4. Select the radio button `percentage_plot` or `word_count_plot`. Click on the `Vizualize data` to view the respective Vizualization. If needed click the `Clear` Button to clear the plot ")
514
  gr.Markdown("NOTE: Each depends on the file saved the it's previous step, so the sequence is important. For example, you can't get the data viz until and unless you have the Sentiment Analyzed File ")
515
- gr.Markdown("App Link(Here) : [Hugging Face Spaces link](https://huggingface.co/spaces/pknayak/sentiement_app)")
516
- gr.Markdown("Documentation : [Notion Link](https://mekongdelta.notion.site/Documentation-for-the-InfoMood-app-e310b4fb371c446daa2405f7efdd5b13)")
517
 
518
 
519
  # GRADIO ROW FOR NEWS COLLECTOR
 
512
  gr.Markdown("3. Click on the `Analyze Sentiment` to analyze the sentiments of the news retrieved.")
513
  gr.Markdown("4. Select the radio button `percentage_plot` or `word_count_plot`. Click on the `Vizualize data` to view the respective Vizualization. If needed click the `Clear` Button to clear the plot ")
514
  gr.Markdown("NOTE: Each depends on the file saved the it's previous step, so the sequence is important. For example, you can't get the data viz until and unless you have the Sentiment Analyzed File ")
515
+ gr.Markdown("* App Link(Curernt page) : [Hugging Face Spaces link](https://huggingface.co/spaces/pknayak/sentiement_app)")
516
+ gr.Markdown("* Documentation : [Notion Link](https://mekongdelta.notion.site/Documentation-for-the-InfoMood-app-e310b4fb371c446daa2405f7efdd5b13)")
517
 
518
 
519
  # GRADIO ROW FOR NEWS COLLECTOR