Spaces:
Runtime error
Runtime error
File size: 357 Bytes
13590a8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
import streamlit as st
import torch
#torch.set_default_device('cuda')
st.set_page_config(page_title="Tesla Cases", page_icon="", layout="wide")
st.title("Tesla Alerts \n\n **Tesla Alerts Insights at Your Fingertip**")
#st.balloons()
st.success("""
If you'd like to learn more about the technical details of Tesla cases, check out the LlamaIndex:
""")
|