kkastr commited on
Commit
717b41f
1 Parent(s): 3613d05

forgot to return visibility status from function

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def summarizer(url: str) -> str:
149
 
150
  sentiment = clf_api(short_output)
151
 
152
- return submission_title, short_output, long_output, sentiment, fig
153
 
154
 
155
  if __name__ == "__main__":
 
149
 
150
  sentiment = clf_api(short_output)
151
 
152
+ return gr.update(visible=True), submission_title, short_output, long_output, sentiment, fig
153
 
154
 
155
  if __name__ == "__main__":