Spaces:
Running
Running
Commit
·
c448082
1
Parent(s):
f891d17
Basic chat interface 2
Browse files
app.py
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
import os
|
2 |
import streamlit as st
|
3 |
import requests
|
4 |
-
from dotenv import load_dotenv
|
5 |
|
6 |
-
load_dotenv()
|
7 |
|
8 |
st.set_page_config(page_title="ASI1-mini Chatbot", layout="centered")
|
9 |
st.title("ASI1-mini LLM Chat")
|
|
|
|
|
1 |
import streamlit as st
|
2 |
import requests
|
|
|
3 |
|
|
|
4 |
|
5 |
st.set_page_config(page_title="ASI1-mini Chatbot", layout="centered")
|
6 |
st.title("ASI1-mini LLM Chat")
|