crossroderick commited on
Commit
4c2c509
·
1 Parent(s): 626ca09

Improved app formatting

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -40,7 +40,7 @@ DalaT5 - **кириллицада** жазылған табиғи қазақ т
40
  🧠 [Model link](https://huggingface.co/crossroderick/dalat5)
41
  🔤 [Kazakhstan 2021 alphabet reform](https://astanatimes.com/2021/02/kazakhstan-presents-new-latin-alphabet-plans-gradual-transition-through-2031/)
42
 
43
- <br>
44
 
45
  Егер сіз үлес қосқыңыз, бірлесіп жұмыс жасағыңыз немесе жай ғана пікір бөліскіңіз келсе - байланысыңыз / If you'd like to contribute, collaborate, or just share feedback - feel free to connect with [Rodrigo Pereira Cruz](https://www.linkedin.com/in/rpereiracruz/). 🇧🇷🇰🇿
46
 
@@ -63,7 +63,12 @@ demo = gr.Interface(
63
  title = "🇰🇿 DalaT5",
64
  description = description,
65
  theme = "default",
66
- flagging_mode = "never"
 
 
 
 
 
67
  )
68
 
69
 
 
40
  🧠 [Model link](https://huggingface.co/crossroderick/dalat5)
41
  🔤 [Kazakhstan 2021 alphabet reform](https://astanatimes.com/2021/02/kazakhstan-presents-new-latin-alphabet-plans-gradual-transition-through-2031/)
42
 
43
+ ---
44
 
45
  Егер сіз үлес қосқыңыз, бірлесіп жұмыс жасағыңыз немесе жай ғана пікір бөліскіңіз келсе - байланысыңыз / If you'd like to contribute, collaborate, or just share feedback - feel free to connect with [Rodrigo Pereira Cruz](https://www.linkedin.com/in/rpereiracruz/). 🇧🇷🇰🇿
46
 
 
63
  title = "🇰🇿 DalaT5",
64
  description = description,
65
  theme = "default",
66
+ flagging_mode = "never",
67
+ css = """
68
+ footer {visibility: hidden;}
69
+ .gradio-container {padding: 1.5rem}
70
+ .input_text, .output_text {font-size: 1.1rem}
71
+ """
72
  )
73
 
74