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