### Game-unknown Developer Script.md ## DR Studios "Game-Unknown" Developer script ## 3d game for hf(dunno name was just testn stuff out for a 3d world build idea. (see notes a1) # app.py import streamlit as st import streamlit.components.v1 as components st.set_page_config(page_title="Greek City Shooter", layout="wide") with open("index.html", "r", encoding="utf-8") as f: html = f.read() components.html(html, height=800) # new index.html