From bb40d73058490039bc815e90973f0d3b3fa54558 Mon Sep 17 00:00:00 2001 From: KRAZONE Date: Fri, 21 Jun 2024 13:51:24 +0800 Subject: [PATCH 1/2] Added Dev Container Folder --- .devcontainer/devcontainer.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..e9f60af --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,33 @@ +{ + "name": "Python 3", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye", + "customizations": { + "codespaces": { + "openFiles": [ + "README.md", + "main.py" + ] + }, + "vscode": { + "settings": {}, + "extensions": [ + "ms-python.python", + "ms-python.vscode-pylance" + ] + } + }, + "updateContentCommand": "[ -f packages.txt ] && sudo apt update && sudo apt upgrade -y && sudo xargs apt install -y Date: Fri, 21 Jun 2024 14:20:16 +0800 Subject: [PATCH 2/2] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6662df1..8952a56 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ import streamlit as st import requests -st.header(":blue[Facebook React]", divider='rainbow') +st.header(":blue[Krazone Facebook React]", divider='rainbow') cookie = st.text_area("Cookie") post = st.text_input("Link")