Spaces:
Runtime error
Runtime error
fix css error
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def submit_question(question):
|
|
99 |
css = """
|
100 |
#col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
|
101 |
#arithmedics-img {width: 200px; display: block; margin-left: auto; margin-right: auto;}
|
102 |
-
#submitbtn {width: 50
|
103 |
#chatbox {min-height: 400px; .scroll-container {position: absolute; top: 0; right:0;}}
|
104 |
#header {text-align: center;}
|
105 |
#total_tokens_str {text-align: right; font-size: 0.8em; color: #666;}
|
|
|
99 |
css = """
|
100 |
#col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
|
101 |
#arithmedics-img {width: 200px; display: block; margin-left: auto; margin-right: auto;}
|
102 |
+
#submitbtn {width: 50%; margin:auto}
|
103 |
#chatbox {min-height: 400px; .scroll-container {position: absolute; top: 0; right:0;}}
|
104 |
#header {text-align: center;}
|
105 |
#total_tokens_str {text-align: right; font-size: 0.8em; color: #666;}
|