gojiteji commited on
Commit
b49774c
·
1 Parent(s): 5a48be8

全一致に修正

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def greet(sue):
48
  text1="BERT-1"+MELCHIOR(sue)
49
  text2="GPT-2"+CASPER(sue)
50
  text3="mBERT-3"+BALTHASAR(sue)
51
- return text1+" "+text2+" "+text3+"\n___\n\n"+("|可決|" if sum(votes[-3:])>0 else "| 否決 |")+"\n___"
52
 
53
 
54
  css="@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap'); .gradio-container {background-color: black} .gr-button {background-color: blue;color:black; weight:200%;font-family:'Shippori Mincho', serif;}"
 
48
  text1="BERT-1"+MELCHIOR(sue)
49
  text2="GPT-2"+CASPER(sue)
50
  text3="mBERT-3"+BALTHASAR(sue)
51
+ return text1+" "+text2+" "+text3+"\n___\n\n"+("|可決|" if sum(votes[-3:])==3 else "| 否決 |")+"\n___"
52
 
53
 
54
  css="@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap'); .gradio-container {background-color: black} .gr-button {background-color: blue;color:black; weight:200%;font-family:'Shippori Mincho', serif;}"