MYox commited on
Commit
daff445
·
1 Parent(s): 50828c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_comment_topics_old(comment):
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'),
 
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'),