asif00 commited on
Commit
9844fae
1 Parent(s): f38ab8d

Update: minor ui update

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. src/style.css +3 -3
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(css=css) as app:
59
  status = gr.Label(label="Status:", value="Process Document!")
60
  load_pdf_button = gr.Button(value="Process")
61
 
62
- chatbot = gr.Chatbot([])
63
  with gr.Column():
64
  send = gr.Label(value="Write your QUESTION bellow and hit ENTER")
65
  query = gr.Textbox(
 
59
  status = gr.Label(label="Status:", value="Process Document!")
60
  load_pdf_button = gr.Button(value="Process")
61
 
62
+ chatbot = gr.Chatbot([], elem_id="chatbot")
63
  with gr.Column():
64
  send = gr.Label(value="Write your QUESTION bellow and hit ENTER")
65
  query = gr.Textbox(
src/style.css CHANGED
@@ -1,7 +1,7 @@
1
  body {
2
  background-color: #171717;
3
  font-family: 'San Francisco', 'Helvetica Neue', sans-serif;
4
- color: rgb(218, 255, 243)
5
  }
6
 
7
  #column_container {
@@ -51,8 +51,8 @@ li {
51
  }
52
 
53
  button {
54
- background-color: #7af3e517;
55
- color: #000000;
56
  border: none;
57
  border-radius: 8px;
58
  padding: 14px 24px;
 
1
  body {
2
  background-color: #171717;
3
  font-family: 'San Francisco', 'Helvetica Neue', sans-serif;
4
+ color: rgb(43, 51, 49)
5
  }
6
 
7
  #column_container {
 
51
  }
52
 
53
  button {
54
+ background-color: #2b0808;
55
+ color: #ff0000;
56
  border: none;
57
  border-radius: 8px;
58
  padding: 14px 24px;