Roland Ding commited on
Commit
d995bae
1 Parent(s): c39897d

1.1.2.9 updated the app style and removed page tagline.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,7 +18,8 @@ examples = []
18
  demo = gr.TabbedInterface(
19
  [device_page,equivalent_page],
20
  ["Device","Equivalent Comparators"],
21
- css = "footer{display:none;}",
 
22
  title="AMRA AI Medi Reader")
23
 
24
  def init_app():
 
18
  demo = gr.TabbedInterface(
19
  [device_page,equivalent_page],
20
  ["Device","Equivalent Comparators"],
21
+ theme='JohnSmith9982/small_and_pretty',
22
+ css = "footer {visibility: hidden}",
23
  title="AMRA AI Medi Reader")
24
 
25
  def init_app():