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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -57,6 +57,18 @@ iface = gr.Interface(
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
 
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
+ font-size: 24px; /* Adjust font size if necessary */
70
+ }
71
+ """
72
  )
73
 
74
  # Launch the Gradio app