rajesh1729 commited on
Commit
80351fc
1 Parent(s): de5498d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,6 +4,6 @@ context = "The Amazon rainforest (Portuguese: Floresta Amaz么nica or Amaz么nia;
4
  question = "Which name is also used to describe the Amazon rainforest in English?"
5
  interface = gr.Interface.load("huggingface/deepset/roberta-base-squad2",
6
  title = title,
7
- theme = "seafoam",
8
  examples = [[context, question]]).launch()
9
 
 
4
  question = "Which name is also used to describe the Amazon rainforest in English?"
5
  interface = gr.Interface.load("huggingface/deepset/roberta-base-squad2",
6
  title = title,
7
+ theme = "peach",
8
  examples = [[context, question]]).launch()
9