Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def get_comment_topics_old(comment):
|
|
| 28 |
return ', '.join(output)
|
| 29 |
|
| 30 |
app = gr.Interface(
|
| 31 |
-
title=
|
| 32 |
fn=get_comment_topics_old,
|
| 33 |
inputs=gr.Textbox(lines=4, placeholder='Type comment here or choose example, below', label='Comment'),
|
| 34 |
outputs=gr.Textbox(lines=4, label='Generated Topics'),
|
|
|
|
| 28 |
return ', '.join(output)
|
| 29 |
|
| 30 |
app = gr.Interface(
|
| 31 |
+
title='NSS Topic Generator',
|
| 32 |
fn=get_comment_topics_old,
|
| 33 |
inputs=gr.Textbox(lines=4, placeholder='Type comment here or choose example, below', label='Comment'),
|
| 34 |
outputs=gr.Textbox(lines=4, label='Generated Topics'),
|