Skip to content

Instantly share code, notes, and snippets.

View ovijitM's full-sized avatar
🎯
Focusing

ovijit Karmakar ovijitM

🎯
Focusing
View GitHub Profile
import streamlit as at
from tabulate import tabulate
at.write("hello world")
with at.container():
a,b=at.columns(2)