Update app.py
Browse files
app.py
CHANGED
@@ -514,9 +514,9 @@ def main():
|
|
514 |
# Campos de API em duas colunas
|
515 |
col1, col2 = st.columns(2)
|
516 |
with col1:
|
517 |
-
maritaca_api_key = st.text_input("Chave API Maritaca:", type="password")
|
518 |
with col2:
|
519 |
-
huggingface_api_token = st.text_input("Token API Hugging Face:", type="password")
|
520 |
|
521 |
# Verifica chaves de API
|
522 |
if not (maritaca_api_key and huggingface_api_token):
|
|
|
514 |
# Campos de API em duas colunas
|
515 |
col1, col2 = st.columns(2)
|
516 |
with col1:
|
517 |
+
maritaca_api_key = st.text_input("Chave API Maritaca (pressione Enter ap贸s digitar):", type="password")
|
518 |
with col2:
|
519 |
+
huggingface_api_token = st.text_input("Token API Hugging Face (pressione Enter ap贸s digitar):", type="password")
|
520 |
|
521 |
# Verifica chaves de API
|
522 |
if not (maritaca_api_key and huggingface_api_token):
|