update button design
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ async def chat(query,history,audience,sources,reports):
|
|
| 135 |
output_keywords = ""
|
| 136 |
gallery = []
|
| 137 |
start_streaming = False
|
| 138 |
-
figures = '
|
| 139 |
|
| 140 |
steps_display = {
|
| 141 |
"categorize_intent":("๐๏ธ Analyzing user message",True),
|
|
|
|
| 135 |
output_keywords = ""
|
| 136 |
gallery = []
|
| 137 |
start_streaming = False
|
| 138 |
+
figures = ''
|
| 139 |
|
| 140 |
steps_display = {
|
| 141 |
"categorize_intent":("๐๏ธ Analyzing user message",True),
|
style.css
CHANGED
|
@@ -9,6 +9,16 @@ main.flex.flex-1.flex-col {
|
|
| 9 |
max-height: 95vh !important;
|
| 10 |
}
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
.avatar-container.svelte-1x5p6hu:not(.thumbnail-item) img {
|
| 14 |
width: 100%;
|
|
|
|
| 9 |
max-height: 95vh !important;
|
| 10 |
}
|
| 11 |
|
| 12 |
+
button#show-figures{
|
| 13 |
+
/* Base styles */
|
| 14 |
+
background-color: #f5f5f5;
|
| 15 |
+
border: 1px solid #e0e0e0;
|
| 16 |
+
border-radius: 4px;
|
| 17 |
+
color: #333333;
|
| 18 |
+
cursor: pointer;
|
| 19 |
+
width: 100%;
|
| 20 |
+
text-align: center;
|
| 21 |
+
}
|
| 22 |
|
| 23 |
.avatar-container.svelte-1x5p6hu:not(.thumbnail-item) img {
|
| 24 |
width: 100%;
|