dlouapre HF Staff commited on
Commit
68e31cc
·
1 Parent(s): 997cd71

Tweaking box

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -108,6 +108,14 @@ def create_demo():
108
  .gradio-container {
109
  font-family: 'Arial', sans-serif;
110
  }
 
 
 
 
 
 
 
 
111
  /* Make the entire chat area have better contrast */
112
  #chatbot {
113
  height: 600px;
 
108
  .gradio-container {
109
  font-family: 'Arial', sans-serif;
110
  }
111
+ /* Center the title */
112
+ h1 {
113
+ text-align: center !important;
114
+ }
115
+ /* Hide the footer with API/Gradio/Settings icons */
116
+ footer {
117
+ display: none !important;
118
+ }
119
  /* Make the entire chat area have better contrast */
120
  #chatbot {
121
  height: 600px;