Skip to content

Commit 29a7763

Browse files
committed
add window
1 parent caa842c commit 29a7763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastchat/serve/gradio_web_server_multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def build_visualizer():
103103
"""
104104
gr.Markdown(instructions)
105105
frame = """
106-
<iframe width="100%" scrolling="no" style="height: 800px; border: 1px solid lightgrey; border-radius: 10px;"
106+
<iframe class="visualizer" width="100%"
107107
src="https://storage.googleapis.com/public-arena-no-cors/scatterplot.html">
108108
</iframe>
109109
"""

0 commit comments

Comments
 (0)