Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -228,7 +228,7 @@ with bl:
|
|
| 228 |
prompt_instructions = gr.Markdown("""Lestu eftirfarandi texta:""")
|
| 229 |
prompt_text = gr.HighlightedText(value=[("[--- dæmi ---]","hl")],
|
| 230 |
color_map={"hl": "#A8DADC"},
|
| 231 |
-
show_legend=False, show_inline_category=False)
|
| 232 |
|
| 233 |
|
| 234 |
#with gr.Row(equal_height=True):
|
|
|
|
| 228 |
prompt_instructions = gr.Markdown("""Lestu eftirfarandi texta:""")
|
| 229 |
prompt_text = gr.HighlightedText(value=[("[--- dæmi ---]","hl")],
|
| 230 |
color_map={"hl": "#A8DADC"},
|
| 231 |
+
show_legend=False, show_label=False,show_inline_category=False)
|
| 232 |
|
| 233 |
|
| 234 |
#with gr.Row(equal_height=True):
|