research14 commited on
Commit
6a33daa
β€’
1 Parent(s): 4fee723

updated formatting errors for description

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -183,7 +183,7 @@ def interface():
183
 
184
  with gr.Tab("Linguistic Entities"):
185
  gr.Markdown("""
186
- ##πŸ“œ Step-By-Step Instructions
187
 
188
  - Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
189
  - Enter your OpenAI Api Key and click on 'Submit Key'.
@@ -191,9 +191,8 @@ def interface():
191
  - Click 'Submit' to send your inputs to the models.
192
  - Scroll to the bottom and click 'Clear' to start again.
193
 
194
- ###πŸ€– Now the models will output the linguistic entities found in your prompt based on your selections!
195
-
196
- """)
197
 
198
  # Inputs
199
  ling_ents_prompt = gr.Textbox(show_label=False, placeholder="Write a prompt and press enter")
@@ -231,7 +230,7 @@ def interface():
231
 
232
  with gr.Tab("POS/Chunking"):
233
  gr.Markdown("""
234
- ##πŸ“œ Step-By-Step Instructions
235
 
236
  - Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
237
  - Enter your OpenAI Api Key and click on 'Submit Key'.
 
183
 
184
  with gr.Tab("Linguistic Entities"):
185
  gr.Markdown("""
186
+ ## πŸ“œ Step-By-Step Instructions
187
 
188
  - Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
189
  - Enter your OpenAI Api Key and click on 'Submit Key'.
 
191
  - Click 'Submit' to send your inputs to the models.
192
  - Scroll to the bottom and click 'Clear' to start again.
193
 
194
+ ###πŸ€– Now the models will output the linguistic entities found in your prompt based on your selections!
195
+ """)
 
196
 
197
  # Inputs
198
  ling_ents_prompt = gr.Textbox(show_label=False, placeholder="Write a prompt and press enter")
 
230
 
231
  with gr.Tab("POS/Chunking"):
232
  gr.Markdown("""
233
+ ## πŸ“œ Step-By-Step Instructions
234
 
235
  - Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
236
  - Enter your OpenAI Api Key and click on 'Submit Key'.