nahidmuntasir7 commited on
Commit
3864124
·
verified ·
1 Parent(s): d44a94b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -57,17 +57,6 @@ iface = gr.Interface(
57
  "**Enter a sentence in any language below to see how our model interprets it!** 🤖"
58
  ),
59
  theme="compact",
60
- css="""
61
- .gradio-container {
62
- display: flex;
63
- justify-content: center;
64
- align-items: center;
65
- height: 100vh;
66
- }
67
- .gradio-title {
68
- text-align: center;
69
- }
70
- """
71
  )
72
 
73
  # Launch the Gradio app
 
57
  "**Enter a sentence in any language below to see how our model interprets it!** 🤖"
58
  ),
59
  theme="compact",
 
 
 
 
 
 
 
 
 
 
 
60
  )
61
 
62
  # Launch the Gradio app