Alexander Seifert
commited on
Commit
·
4ee19c0
1
Parent(s):
a8c2ce1
move from localhsot
Browse files
app.py
CHANGED
@@ -4,8 +4,7 @@ import requests
|
|
4 |
import os
|
5 |
import streamlit as st
|
6 |
|
7 |
-
|
8 |
-
BOOKSHINE_HOST = 'http://localhost'
|
9 |
BOOKSHINE_PORT = '4690'
|
10 |
PASSWORDS = [p.lower() for p in os.environ.get("PASSWORDS", "").split(",")]
|
11 |
|
|
|
4 |
import os
|
5 |
import streamlit as st
|
6 |
|
7 |
+
BOOKSHINE_HOST = 'https://api.bookshine.at'
|
|
|
8 |
BOOKSHINE_PORT = '4690'
|
9 |
PASSWORDS = [p.lower() for p in os.environ.get("PASSWORDS", "").split(",")]
|
10 |
|