jcccy commited on
Commit
c06fbaa
·
1 Parent(s): d5c526e

change cuda

Browse files
Files changed (1) hide show
  1. app.py +22 -22
app.py CHANGED
@@ -137,29 +137,29 @@ body, .gradio-container {
137
  color: #2c3e50 !important;
138
  }
139
 
140
- .bot.svelte-1nr59td.message,
141
- .md.svelte-1hf8a14.chatbot.prose {
142
- width: 100% !important;
143
- height: 100% !important;
144
- display: flex !important;
145
- align-items: stretch !important;
146
- justify-content: stretch !important;
147
- box-sizing: border-box !important;
148
- padding: 15px !important;
149
- background-color: #f0f8ff !important; /* 或已定义的背景色 */
150
- border-radius: 10px !important;
151
- min-height: 60px !important;
152
- }
153
 
154
- .md.svelte-1hf8a14.chatbot.prose {
155
- flex: 1 1 auto !important;
156
- width: 100% !important;
157
- height: 100% !important;
158
- display: flex !important;
159
- align-items: center !important;
160
- word-break: break-word !important;
161
- box-sizing: border-box !important;
162
- }
163
 
164
 
165
  /* 标题样式 */
 
137
  color: #2c3e50 !important;
138
  }
139
 
140
+ # .bot.svelte-1nr59td.message,
141
+ # .md.svelte-1hf8a14.chatbot.prose {
142
+ # width: 100% !important;
143
+ # height: 100% !important;
144
+ # display: flex !important;
145
+ # align-items: stretch !important;
146
+ # justify-content: stretch !important;
147
+ # box-sizing: border-box !important;
148
+ # padding: 15px !important;
149
+ # background-color: #f0f8ff !important; /* 或已定义的背景色 */
150
+ # border-radius: 10px !important;
151
+ # min-height: 60px !important;
152
+ # }
153
 
154
+ # .md.svelte-1hf8a14.chatbot.prose {
155
+ # flex: 1 1 auto !important;
156
+ # width: 100% !important;
157
+ # height: 100% !important;
158
+ # display: flex !important;
159
+ # align-items: center !important;
160
+ # word-break: break-word !important;
161
+ # box-sizing: border-box !important;
162
+ # }
163
 
164
 
165
  /* 标题样式 */