Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
import numpy as np
|
3 |
-
import pandas as pd
|
4 |
import json
|
5 |
-
import altair as alt
|
6 |
from pathlib import Path
|
7 |
import requests
|
8 |
from gpt4free import you
|
|
|
1 |
import streamlit as st
|
|
|
|
|
2 |
import json
|
|
|
3 |
from pathlib import Path
|
4 |
import requests
|
5 |
from gpt4free import you
|