Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
chungmin99 committed Apr 21, 2024
1 parent 25d670f commit ec97fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/02_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
import time

import numpy as onp
import plotly.express as px
import viser

from PIL import Image
import plotly.express as px


def main() -> None:
server = viser.ViserServer(port=8008)
server = viser.ViserServer()

# Add some common GUI elements: number inputs, sliders, vectors, checkboxes.
with server.add_gui_folder("Read-only"):
Expand Down

0 comments on commit ec97fc4

Please sign in to comment.