Salt40404 commited on
Commit
a0fa8f1
·
verified ·
1 Parent(s): 6084e6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -53,7 +53,7 @@ body {
53
  padding:0;
54
  }
55
  .gradio-container {
56
- border-radius:30px;
57
  padding:20px;
58
  max-width:700px;
59
  margin:30px auto;
@@ -91,7 +91,7 @@ textarea {
91
  }
92
  .send-btn {
93
  border:none;
94
- border-radius:50%;
95
  background-color:#444;
96
  color:#fff;
97
  width:48px;
@@ -106,9 +106,9 @@ textarea {
106
  .send-btn:hover {
107
  background-color:#555;
108
  }
109
- /* deixa o login default do Gradio visível e leve arredondado */
110
  .gr-button.gr-login {
111
- border-radius:20px !important;
112
  background-color:#444 !important;
113
  color:#fff !important;
114
  margin-bottom:15px;
@@ -118,7 +118,7 @@ textarea {
118
  }
119
  """) as demo:
120
 
121
- # Coloca o login direto na página, sem sidebar
122
  gr.LoginButton()
123
 
124
  chatbot.render()
 
53
  padding:0;
54
  }
55
  .gradio-container {
56
+ border-radius:25px;
57
  padding:20px;
58
  max-width:700px;
59
  margin:30px auto;
 
91
  }
92
  .send-btn {
93
  border:none;
94
+ border-radius:25px;
95
  background-color:#444;
96
  color:#fff;
97
  width:48px;
 
106
  .send-btn:hover {
107
  background-color:#555;
108
  }
109
+ /* login button default Gradio */
110
  .gr-button.gr-login {
111
+ border-radius:25px !important;
112
  background-color:#444 !important;
113
  color:#fff !important;
114
  margin-bottom:15px;
 
118
  }
119
  """) as demo:
120
 
121
+ # Login direto na página
122
  gr.LoginButton()
123
 
124
  chatbot.render()