From d10117fd6076827898cd09988ff1dfdd55d0acd8 Mon Sep 17 00:00:00 2001 From: Sergii Nechuiviter Date: Tue, 2 Jul 2024 12:43:40 +0100 Subject: [PATCH] Starting with streamlit --- apps/streamlit_ds_chat/streamlit_app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/streamlit_ds_chat/streamlit_app.py b/apps/streamlit_ds_chat/streamlit_app.py index e69de29..fc01cce 100644 --- a/apps/streamlit_ds_chat/streamlit_app.py +++ b/apps/streamlit_ds_chat/streamlit_app.py @@ -0,0 +1,3 @@ +import streamlit as st + +st.write('Hello world!') \ No newline at end of file