Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -612,7 +612,7 @@ css = """
|
|
612 |
border-radius: 10px;
|
613 |
padding: 10px;
|
614 |
background-color: #f9f9f9;
|
615 |
-
height:
|
616 |
/* Adjust the width as needed */
|
617 |
overflow-y: auto; /* Add scroll if the content exceeds the height */
|
618 |
}
|
@@ -707,7 +707,7 @@ def handle_dislike(data: gr.LikeData):
|
|
707 |
|
708 |
|
709 |
with gr.Blocks(css=css) as demo:
|
710 |
-
gr.Markdown("<CENTER><h2 style='font-size:
|
711 |
with gr.Row():
|
712 |
sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001", elem_classes="custom-button" , elem_id="button1")
|
713 |
sample_button1 = gr.Button("What are the active warehouses available", elem_classes="custom-button", elem_id="button2")
|
|
|
612 |
border-radius: 10px;
|
613 |
padding: 10px;
|
614 |
background-color: #f9f9f9;
|
615 |
+
height: 350px; /* Adjust the height as needed */
|
616 |
/* Adjust the width as needed */
|
617 |
overflow-y: auto; /* Add scroll if the content exceeds the height */
|
618 |
}
|
|
|
707 |
|
708 |
|
709 |
with gr.Blocks(css=css) as demo:
|
710 |
+
gr.Markdown("<CENTER><h2 style='font-size: 22px; font-family: Calibri;'>RedMind GPT</h2></CENTER>")
|
711 |
with gr.Row():
|
712 |
sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001", elem_classes="custom-button" , elem_id="button1")
|
713 |
sample_button1 = gr.Button("What are the active warehouses available", elem_classes="custom-button", elem_id="button2")
|