Emaad commited on
Commit
c4be9e9
1 Parent(s): 8166fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -209,7 +209,8 @@ with gr.Blocks(theme='gradio/soft') as demo:
209
  predicted_sequence = gr.HighlightedText(
210
  label="Predicted Sequence",
211
  combine_adjacent=True,
212
- show_legend=False).style(color_map={"+": "green"})
 
213
 
214
 
215
  with gr.Row():
 
209
  predicted_sequence = gr.HighlightedText(
210
  label="Predicted Sequence",
211
  combine_adjacent=True,
212
+ show_legend=False,
213
+ color_map={"+": "green"})
214
 
215
 
216
  with gr.Row():