We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa842c commit 29a7763Copy full SHA for 29a7763
fastchat/serve/gradio_web_server_multi.py
@@ -103,7 +103,7 @@ def build_visualizer():
103
"""
104
gr.Markdown(instructions)
105
frame = """
106
- <iframe width="100%" scrolling="no" style="height: 800px; border: 1px solid lightgrey; border-radius: 10px;"
+ <iframe class="visualizer" width="100%"
107
src="https://storage.googleapis.com/public-arena-no-cors/scatterplot.html">
108
</iframe>
109
0 commit comments