Spaces:
Sleeping
Sleeping
research14
commited on
Commit
β’
e6b029b
1
Parent(s):
98a343b
updated formatting in description
Browse files
app.py
CHANGED
@@ -311,6 +311,13 @@ def interface():
|
|
311 |
""")
|
312 |
|
313 |
with gr.Column():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
gr.Markdown("""
|
315 |
### π οΈ How each Strategy works
|
316 |
|
@@ -321,13 +328,6 @@ def interface():
|
|
321 |
- Strategy 3 - Structured Prompting
|
322 |
- Involves presenting information to the model in a structured format, often with defined sections or categories. The model then generates responses following the given structure.
|
323 |
""")
|
324 |
-
|
325 |
-
gr.Markdown("""
|
326 |
-
### π Linguistic Complexity
|
327 |
-
|
328 |
-
- We use existing tool, [LFTK](https://github.com/brucewlee/lftk?tab=readme-ov-file), to estimate the liguistic complexity of input sentences.
|
329 |
-
- For more information regarding the meanings of each feature keyword, please reference their documentation [here](https://docs.google.com/spreadsheets/d/1uXtQ1ah0OL9cmHp2Hey0QcHb4bifJcQFLvYlVIAWWwQ/edit#gid=693915416).
|
330 |
-
""")
|
331 |
|
332 |
# Inputs
|
333 |
task_prompt = gr.Textbox(show_label=False, placeholder="Write a prompt and press enter")
|
|
|
311 |
""")
|
312 |
|
313 |
with gr.Column():
|
314 |
+
gr.Markdown("""
|
315 |
+
### π Linguistic Complexity
|
316 |
+
|
317 |
+
- We use existing tool, [LFTK](https://github.com/brucewlee/lftk?tab=readme-ov-file), to estimate the liguistic complexity of input sentences.
|
318 |
+
- For more information regarding the meanings of each feature keyword, please reference their documentation [here](https://docs.google.com/spreadsheets/d/1uXtQ1ah0OL9cmHp2Hey0QcHb4bifJcQFLvYlVIAWWwQ/edit#gid=693915416).
|
319 |
+
""")
|
320 |
+
|
321 |
gr.Markdown("""
|
322 |
### π οΈ How each Strategy works
|
323 |
|
|
|
328 |
- Strategy 3 - Structured Prompting
|
329 |
- Involves presenting information to the model in a structured format, often with defined sections or categories. The model then generates responses following the given structure.
|
330 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
|
332 |
# Inputs
|
333 |
task_prompt = gr.Textbox(show_label=False, placeholder="Write a prompt and press enter")
|