am commited on
Commit
c0ace71
·
1 Parent(s): 38da510
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def model_inference(
83
 
84
  with gr.Blocks() as demo:
85
 
86
- gr.Markdown('<h1 style="text-align:center; margin: 0.2em 0; color: green;">NV-Reason-CXR-3B Demo. Check out the model card details <a href="https://huggingface.co/nvidia/NV-Reason-CXR-3B" target="_blank">here</a>.</h1>')
87
  send_btn = gr.Button("Send", variant="primary", render=False)
88
  textbox = gr.Textbox(show_label=False, placeholder="Enter your text here and press ENTER", render=False, submit_btn="Send")
89
 
 
83
 
84
  with gr.Blocks() as demo:
85
 
86
+ gr.HTML('<h1 style="text-align:center; margin: 0.2em 0; color: green;">NV-Reason-CXR-3B Demo. Check out the model card details <a href="https://huggingface.co/nvidia/NV-Reason-CXR-3B" target="_blank">here</a>.</h1>')
87
  send_btn = gr.Button("Send", variant="primary", render=False)
88
  textbox = gr.Textbox(show_label=False, placeholder="Enter your text here and press ENTER", render=False, submit_btn="Send")
89