Redmind commited on
Commit
0305302
·
verified ·
1 Parent(s): 7547901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -698,7 +698,7 @@ def handle_dislike(data: gr.LikeData):
698
  return gr.update(visible=False), gr.update(visible=False)
699
 
700
 
701
- with gr.Blocks(theme=gr.gr.themes.Monochrome(),css=css) as demo:
702
  gr.Markdown("<CENTER><h2 style='font-size: 20px; font-family: Calibri;'>NewageNXT GPT</h2></CENTER>")
703
  with gr.Row():
704
  sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001", elem_classes="custom-button" , elem_id="button1")
 
698
  return gr.update(visible=False), gr.update(visible=False)
699
 
700
 
701
+ with gr.Blocks(theme=gr.themes.Monochrome(),css=css) as demo:
702
  gr.Markdown("<CENTER><h2 style='font-size: 20px; font-family: Calibri;'>NewageNXT GPT</h2></CENTER>")
703
  with gr.Row():
704
  sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001", elem_classes="custom-button" , elem_id="button1")