Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks(theme="ocean") as demo:
|
|
34 |
clear = gr.ClearButton([msg, chatbot, clipboard_textbox], value="Clear")
|
35 |
|
36 |
with gr.Row():
|
37 |
-
gr.HTML('Space based on <a href="https://huggingface.co/spaces/ysharma/chatbot_watermark_demo" target="_blank">earlier chatbot watermarking demo from Yuvraj Sharma
|
38 |
|
39 |
def respond(message, chat_history):
|
40 |
try:
|
|
|
34 |
clear = gr.ClearButton([msg, chatbot, clipboard_textbox], value="Clear")
|
35 |
|
36 |
with gr.Row():
|
37 |
+
gr.HTML('<i>Space based on <a href="https://huggingface.co/spaces/ysharma/chatbot_watermark_demo" target="_blank">earlier chatbot watermarking demo from Yuvraj Sharma.</a></i>')
|
38 |
|
39 |
def respond(message, chat_history):
|
40 |
try:
|