Skip to content

Commit 4cddb27

Browse files
committed
fixed iframe size
1 parent 8936d10 commit 4cddb27

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
@@ -82,7 +82,7 @@ def build_visualizer():
8282
gr.Markdown(topic_markdown)
8383

8484
frame = """
85-
<iframe width="100%" scrolling="no" style="height: 800px; border: 1px solid lightgrey; border-radius: 10px;"
85+
<iframe width="100%" scrolling="no" style="height: 1400px; border: 1px solid lightgrey; border-radius: 10px;"
8686
src="https://storage.googleapis.com/public-arena-no-cors/index.html">
8787
</iframe>
8888
"""

0 commit comments

Comments
 (0)