fixes bold rendering in placeholder

#3
by ysharma HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def model_chat(query: Optional[str], history: Optional[History], system: str
69
 
70
  placeholder = """
71
  <img src="https://camo.githubusercontent.com/c9ae5235df8d579b955cb8829a97aaf41cfcfe20b4a955276f7eb066fa2f88d4/68747470733a2f2f7169616e77656e2d7265732e6f73732d616363656c65726174652e616c6979756e63732e636f6d2f6173736574732f626c6f672f7177656e312e352f6c6f676f5f7177656e312e352e6a7067" style="width:40%">
72
- **Qwen1.5-32B**: Fitting the Capstone of the Qwen1.5 Language Model Series
73
  """
74
 
75
  with gr.Blocks() as demo:
 
69
 
70
  placeholder = """
71
  <img src="https://camo.githubusercontent.com/c9ae5235df8d579b955cb8829a97aaf41cfcfe20b4a955276f7eb066fa2f88d4/68747470733a2f2f7169616e77656e2d7265732e6f73732d616363656c65726174652e616c6979756e63732e636f6d2f6173736574732f626c6f672f7177656e312e352f6c6f676f5f7177656e312e352e6a7067" style="width:40%">
72
+ <b>Qwen1.5-32B</b>: Fitting the Capstone of the Qwen1.5 Language Model Series
73
  """
74
 
75
  with gr.Blocks() as demo: