cobot280pi / app.py
gursi26's picture
update
4be4378
raw
history blame
277 Bytes
import streamlit as st
import io, sys, time
from utils import *
from client import CobotController
render_log_window()
user_id = get_user_id()
user, passwd, host, endpoint, port = get_credentials(False)
client = CobotController(user, passwd, host, port, endpoint, user_id)