menouar commited on
Commit
e768ff4
Β·
1 Parent(s): 67a37c0

Improve comments

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(text_size='lg', font=["monospace"],
235
  gr.Markdown('''
236
  This space generates a **Jupyter Notebook file (.ipynb)** πŸ“”βš™οΈ that guides you through the
237
  entire process of **supervised fine-tuning** of a raw Large Language Model (**LLM**) 🧠 on a chosen dataset in
238
- the **Conversational format**. The process is facilitated by an intuitive **User Interface (UI)** πŸ‘†πŸ’»**:**
239
  ''', elem_classes=["center_text"])
240
  with dashed_row():
241
  with centered_column():
 
235
  gr.Markdown('''
236
  This space generates a **Jupyter Notebook file (.ipynb)** πŸ“”βš™οΈ that guides you through the
237
  entire process of **supervised fine-tuning** of a raw Large Language Model (**LLM**) 🧠 on a chosen dataset in
238
+ the **Conversational format**. The process is facilitated by an intuitive **User Interface (UI)** πŸ‘†πŸ’» **:**
239
  ''', elem_classes=["center_text"])
240
  with dashed_row():
241
  with centered_column():