skoneru commited on
Commit
2c74091
·
1 Parent(s): a65bd8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -83,6 +83,7 @@ iface = gr.Interface(
83
  ],
84
  title="Contextual Refinement of Translations: Integrating Manual Feedback",
85
  description=description,
 
86
  )
87
 
88
  iface.launch(share=True)
 
83
  ],
84
  title="Contextual Refinement of Translations: Integrating Manual Feedback",
85
  description=description,
86
+ css=css_code,
87
  )
88
 
89
  iface.launch(share=True)