Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,10 +68,10 @@ model_input = gr.Textbox(
|
|
68 |
|
69 |
with gr.Blocks() as demo:
|
70 |
# Add the markdown link at the top
|
71 |
-
gr.Markdown("### [View External Counter](https://example.com/counter)")
|
72 |
-
|
73 |
-
[]
|
74 |
|
|
|
|
|
|
|
75 |
# Define the chat interface
|
76 |
chatbot = gr.ChatInterface(
|
77 |
fn=respond,
|
|
|
68 |
|
69 |
with gr.Blocks() as demo:
|
70 |
# Add the markdown link at the top
|
|
|
|
|
|
|
71 |
|
72 |
+
counter = []
|
73 |
+
gr.Markdown(counter)
|
74 |
+
|
75 |
# Define the chat interface
|
76 |
chatbot = gr.ChatInterface(
|
77 |
fn=respond,
|