File size: 508 Bytes
5a94297
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40fa5b9
 
5a94297
40fa5b9
5a94297
40fa5b9
 
 
 
5a94297
 
40fa5b9
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
import streamlit as st

# Standard imports
import numpy as np
import pandas as pd
from datetime import datetime
import os
import random

# Import torch
import torch

# Data visualization
import matplotlib.pyplot as plt
import seaborn as sns

# Path manipulation
from pathlib import Path
import sys
sys.path.append('./scripts')

# Custom and other imports
import project_config
from utils import add_logo

# Insert logo
add_logo(project_config.MEDIA_DIR / 'gravity_logo.png')

# Page title
st.title("Input")