Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.themes.
|
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.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")
|