APP-Lio / tabs /info /info.py
TIMBOVILL's picture
Update tabs/info/info.py
6a2441f verified
raw
history blame contribute delete
170 Bytes
import gradio as gr
from assets.i18n.i18n import I18nAuto
i18n = I18nAuto()
def extra_tab():
gr.Markdown(
value=i18n(
"Test"
)
)