Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -659,10 +659,7 @@ def create_gradio_interface():
|
|
| 659 |
chat_with_assistant,
|
| 660 |
examples=examples,
|
| 661 |
title="",
|
| 662 |
-
description="π¬ Start chatting! I can help with healthcare billing codes, general questions, and adapt to your emotional tone."
|
| 663 |
-
retry_btn="β» Retry",
|
| 664 |
-
undo_btn="βΊ Undo",
|
| 665 |
-
clear_btn="ποΈ Clear"
|
| 666 |
)
|
| 667 |
|
| 668 |
# Additional Tools Section
|
|
@@ -674,7 +671,7 @@ def create_gradio_interface():
|
|
| 674 |
placeholder="e.g., A0429, 99213, DRG470...",
|
| 675 |
lines=1
|
| 676 |
)
|
| 677 |
-
lookup_btn = gr.Button("π Look
|
| 678 |
code_output = gr.Textbox(
|
| 679 |
label="Code Information",
|
| 680 |
placeholder="Code details will appear here...",
|
|
@@ -768,7 +765,6 @@ def create_gradio_interface():
|
|
| 768 |
)
|
| 769 |
|
| 770 |
return demo
|
| 771 |
-
|
| 772 |
# ============= Launch Application =============
|
| 773 |
|
| 774 |
# Create and configure the interface
|
|
|
|
| 659 |
chat_with_assistant,
|
| 660 |
examples=examples,
|
| 661 |
title="",
|
| 662 |
+
description="π¬ Start chatting! I can help with healthcare billing codes, general questions, and adapt to your emotional tone."
|
|
|
|
|
|
|
|
|
|
| 663 |
)
|
| 664 |
|
| 665 |
# Additional Tools Section
|
|
|
|
| 671 |
placeholder="e.g., A0429, 99213, DRG470...",
|
| 672 |
lines=1
|
| 673 |
)
|
| 674 |
+
lookup_btn = gr.Button("π Look Up Code", elem_classes=["custom-button"])
|
| 675 |
code_output = gr.Textbox(
|
| 676 |
label="Code Information",
|
| 677 |
placeholder="Code details will appear here...",
|
|
|
|
| 765 |
)
|
| 766 |
|
| 767 |
return demo
|
|
|
|
| 768 |
# ============= Launch Application =============
|
| 769 |
|
| 770 |
# Create and configure the interface
|