yizhangliu commited on
Commit
2548fd4
1 Parent(s): 4864813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ start_work = """async() => {
136
  window['gradioEl'].querySelectorAll('#chat_radio')[0].style.flex = 'auto';
137
  window['gradioEl'].querySelectorAll('#chat_radio')[0].style.width = '100%';
138
  prompt_row.children[0].setAttribute('style','flex-direction: inherit; flex: 1 1 auto; width: 100%;border-color: green;border-width: 1px !important;')
139
- window['chat_bot1'].children[1].setAttribute('style', 'border-bottom-right-radius:0;top:unset;bottom:0;');
140
 
141
  window['prevPrompt'] = '';
142
  window['doCheckPrompt'] = 0;
 
136
  window['gradioEl'].querySelectorAll('#chat_radio')[0].style.flex = 'auto';
137
  window['gradioEl'].querySelectorAll('#chat_radio')[0].style.width = '100%';
138
  prompt_row.children[0].setAttribute('style','flex-direction: inherit; flex: 1 1 auto; width: 100%;border-color: green;border-width: 1px !important;')
139
+ window['chat_bot1'].children[1].setAttribute('style', 'border-bottom-right-radius:0;top:unset;bottom:0;padding-left:0.1rem;');
140
 
141
  window['prevPrompt'] = '';
142
  window['doCheckPrompt'] = 0;