eloukas commited on
Commit
42b2dcb
·
1 Parent(s): 4edec8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -58,8 +58,8 @@ def create_demo():
58
  with gr.Blocks(theme=theme) as demo:
59
  gr.Markdown(
60
  """
61
- # The Grεεk NLP Toolkit 🇬🇷
62
- An open-source toolkit for state-of-the-art natural language processing in Greek.
63
 
64
  ## Key Features:
65
  - Greeklish to Greek Conversion (G2G)
@@ -111,13 +111,15 @@ def create_demo():
111
  """
112
 
113
  ## Installation
114
-
115
  The Grεεk NLP toolkit is available on PyPI for Python 3.9+:
116
 
117
  ```sh
118
  pip install gr-nlp-toolkit
119
  ```
120
 
 
 
121
  Visit the [GitHub repository]("https://github.com/nlpaueb/gr-nlp-toolkit") for more information, such as documentation and full usage examples.
122
 
123
  ## About the Project
 
58
  with gr.Blocks(theme=theme) as demo:
59
  gr.Markdown(
60
  """
61
+ # The Grεεk NLP Toolkit - Demonstration Space🇬🇷
62
+ This is a demonstration space for our open-source Python toolkit (`gr-nlp-toolkit`), which supports state-of-the-art natural language processing capabilities in Greek.
63
 
64
  ## Key Features:
65
  - Greeklish to Greek Conversion (G2G)
 
111
  """
112
 
113
  ## Installation
114
+
115
  The Grεεk NLP toolkit is available on PyPI for Python 3.9+:
116
 
117
  ```sh
118
  pip install gr-nlp-toolkit
119
  ```
120
 
121
+ ## Github Repository
122
+
123
  Visit the [GitHub repository]("https://github.com/nlpaueb/gr-nlp-toolkit") for more information, such as documentation and full usage examples.
124
 
125
  ## About the Project