Ramaravind commited on
Commit
7ea7201
·
verified ·
1 Parent(s): 43fcdf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ preloaded_texts = [
48
  # -------------------------
49
  with gr.Blocks(title="Toxicity Explainer") as demo:
50
  gr.Markdown("## Toxicity Explainer")
51
- gr.Markdown("Select a text from the list or enter your own, then view two explanations (naive and our theory-guided) on the right. Based on recent work: Based on recent work: https://github.com/uofthcdslab/HAF.")
52
 
53
  with gr.Row():
54
  # Left pane
 
48
  # -------------------------
49
  with gr.Blocks(title="Toxicity Explainer") as demo:
50
  gr.Markdown("## Toxicity Explainer")
51
+ gr.Markdown("Select a text from the list or enter your own, then view two explanations (naive and our theory-guided) on the right. Based on recent work: https://github.com/uofthcdslab/HAF.")
52
 
53
  with gr.Row():
54
  # Left pane