pratik-aivantage commited on
Commit
a860483
·
verified ·
1 Parent(s): ac328ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -42,7 +42,6 @@ iface = gr.Interface(
42
  outputs="text",
43
  title="Open-Domain Question Answering",
44
  description="Enter your question to get an answer.",
45
- theme="compact"
46
  )
47
 
48
  iface.launch(share=True) # Deploy the interface
 
42
  outputs="text",
43
  title="Open-Domain Question Answering",
44
  description="Enter your question to get an answer.",
 
45
  )
46
 
47
  iface.launch(share=True) # Deploy the interface