jedick commited on
Commit
284ee47
·
1 Parent(s): 9b6bbc1

Add link to issue

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -43,5 +43,8 @@ with gr.Blocks() as demo:
43
  [input, chatbot],
44
  chatbot,
45
  )
 
 
 
46
 
47
  demo.launch()
 
43
  [input, chatbot],
44
  chatbot,
45
  )
46
+ gr.Markdown(
47
+ "Reported as [Gradio issue #11637](https://github.com/gradio-app/gradio/issues/11637)"
48
+ )
49
 
50
  demo.launch()