Spaces:
Sleeping
Sleeping
add blogpost link
Browse files- gemmademo/_chat.py +3 -0
gemmademo/_chat.py
CHANGED
|
@@ -126,6 +126,9 @@ class GradioChat:
|
|
| 126 |
placeholder="Ask me something...", container=False
|
| 127 |
),
|
| 128 |
)
|
|
|
|
|
|
|
|
|
|
| 129 |
|
| 130 |
with gr.Column(scale=1):
|
| 131 |
with gr.Accordion("Important Pointers", open=False):
|
|
|
|
| 126 |
placeholder="Ask me something...", container=False
|
| 127 |
),
|
| 128 |
)
|
| 129 |
+
gr.Markdown(
|
| 130 |
+
"Medium Blog Post: [Gemma Chat Interface Blog](https://medium.com/@aadyachinubhai/introducing-the-gemma-chat-interface-your-ai-powered-chat-companion-a77fc609e51a)"
|
| 131 |
+
)
|
| 132 |
|
| 133 |
with gr.Column(scale=1):
|
| 134 |
with gr.Accordion("Important Pointers", open=False):
|