timeki commited on
Commit
6d70434
β€’
1 Parent(s): d5c9c65

update button design

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. style.css +10 -0
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 = '<div class="figures-container"> <p> Go to the "Figures" tab at the top of the page to see full size images </p> </div>'
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%;