dar-tau commited on
Commit
18c3938
Β·
verified Β·
1 Parent(s): a43f010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
205
  we expect to get back a summary of the information that exists inside the hidden state from different layers and different runs!! How cool is that! 😯😯😯
206
  ''', line_breaks=True)
207
 
208
- gr.Markdown('<span style="color: red;"><b>Model outputs are not filtered and might include abusive language!</b></span>')
209
  # with gr.Column(scale=1):
210
  # gr.Markdown('<span style="font-size:180px;">πŸ€”</span>')
211
 
 
205
  we expect to get back a summary of the information that exists inside the hidden state from different layers and different runs!! How cool is that! 😯😯😯
206
  ''', line_breaks=True)
207
 
208
+ gr.Markdown('<b style="color: red;">Model outputs are not filtered and might include undesired language!</b>')
209
  # with gr.Column(scale=1):
210
  # gr.Markdown('<span style="font-size:180px;">πŸ€”</span>')
211