Modify Title
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ examples=["This is a question", "This is a bug", "This is an enhancement" ]
|
|
27 |
io = gr.Interface(fn=text_classification,
|
28 |
inputs= gr.Textbox(lines=3, label="Text", placeholder="Enter the text of the issue here:"),
|
29 |
outputs="label",
|
30 |
-
title="Issue Report Classification",
|
31 |
description="Enter a text of an issue and see whether it is a bug, feature or question?",
|
32 |
examples=examples)
|
33 |
|
|
|
27 |
io = gr.Interface(fn=text_classification,
|
28 |
inputs= gr.Textbox(lines=3, label="Text", placeholder="Enter the text of the issue here:"),
|
29 |
outputs="label",
|
30 |
+
title="eIRC: An Efficient Issue Report Classification Web Application",
|
31 |
description="Enter a text of an issue and see whether it is a bug, feature or question?",
|
32 |
examples=examples)
|
33 |
|