Nikoodrk commited on
Commit
ae4b810
·
1 Parent(s): 70d5292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ demo = gr.Series(summarization, translation,
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 a news article in English below!"),
10
  theme='gstaff/sketch',
11
- css='div {background-image:url("https://huggingface.co/spaces/ieuniversity/Pangea/pangea.jpg");}' )
12
 
13
  if __name__ == "__main__":
14
  demo.launch()
 
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 a news article in English below!"),
10
  theme='gstaff/sketch',
11
+ css='div{background-image:url("https://huggingface.co/spaces/ieuniversity/Pangea/blob/main/pangea.jpg");}' )
12
 
13
  if __name__ == "__main__":
14
  demo.launch()