Spaces:
Running
Running
Commit
•
70c4d17
1
Parent(s):
abb9121
fixes bold rendering in placeholder (#3)
Browse files- fixes bold rendering in placeholder (9147ddce06153fc48d5f9bbd6198ff88fb785336)
Co-authored-by: yuvraj sharma <[email protected]>
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 |
-
|
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:
|