uumerrr684 commited on
Commit
4209502
Β·
verified Β·
1 Parent(s): f25e5ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
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 up Code", elem_classes=["custom-button"])
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