Nikoodrk commited on
Commit
35dae64
·
1 Parent(s): 9c46c11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ demo = gr.Series(summarization, translation,
7
  title='PANGEA',
8
  description='Pangea is a space that allows you to enter a English news article in text format and receive its traslated summary in Turkish!',
9
  inputs=gr.inputs.Textbox(lines = 5, label="Copy and paste a news article in English here!"),
10
- theme='gstaff/sketch',
11
- css='div{background-image:url("https://drive.google.com/file/d/1pbNh2V1uCyiCxhEs4uaDbdVoD9i_uCkP/view?usp=share_link");}' )
12
 
13
  if __name__ == "__main__":
14
  demo.launch()
 
7
  title='PANGEA',
8
  description='Pangea is a space that allows you to enter a English news article in text format and receive its traslated summary in Turkish!',
9
  inputs=gr.inputs.Textbox(lines = 5, label="Copy and paste a news article in English here!"),
10
+ theme='gstaff/sketch')
 
11
 
12
  if __name__ == "__main__":
13
  demo.launch()