jjuarez commited on
Commit
ddbf09b
1 Parent(s): dc06f8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ gr.Interface(
34
  inputs=input_text,
35
  outputs=[summarization_output, translation_output],
36
  layout="vertical",
37
- title="Text Summarization and Translation",
38
  description="Enter some text and get a summary and translation in Spanish."
39
  ).launch()
 
34
  inputs=input_text,
35
  outputs=[summarization_output, translation_output],
36
  layout="vertical",
37
+ title="Scientific Papers Text Summarization and Translation",
38
  description="Enter some text and get a summary and translation in Spanish."
39
  ).launch()