Redmind commited on
Commit
de9de23
·
verified ·
1 Parent(s): 591e05e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -660,7 +660,7 @@ def handle_dislike(data: gr.LikeData):
660
  return gr.update(visible=False), gr.update(visible=False)
661
 
662
 
663
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
664
  gr.Markdown("<CENTER><h2 style='font-size: 20px; font-family: Calibri;'>NewageNXT GPT</h2></CENTER>")
665
  with gr.Row():
666
  sample_button = gr.Button("What are the details of ASN24080600008", elem_classes="custom-button" , elem_id="button1")
 
660
  return gr.update(visible=False), gr.update(visible=False)
661
 
662
 
663
+ with gr.Blocks(css=css,theme=gr.themes.Soft()) as demo:
664
  gr.Markdown("<CENTER><h2 style='font-size: 20px; font-family: Calibri;'>NewageNXT GPT</h2></CENTER>")
665
  with gr.Row():
666
  sample_button = gr.Button("What are the details of ASN24080600008", elem_classes="custom-button" , elem_id="button1")