karths commited on
Commit
67a1802
·
verified ·
1 Parent(s): 0115ad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ interface = gr.Interface(
258
  outputs=[
259
  gr.HTML(label="Prediction Output"),
260
  gr.Textbox(label="Predictions", visible=False),
261
- gr.HTML(label="Explanation")
262
  ],
263
  title="QualityTagger",
264
  description="This tool classifies text into different quality domains such as Security, Usability, etc., and provides explanations.",
 
258
  outputs=[
259
  gr.HTML(label="Prediction Output"),
260
  gr.Textbox(label="Predictions", visible=False),
261
+ gr.Markdown(label="Explanation")
262
  ],
263
  title="QualityTagger",
264
  description="This tool classifies text into different quality domains such as Security, Usability, etc., and provides explanations.",