abadesalex commited on
Commit
1a2a05f
1 Parent(s): 714be4e

expose port

Browse files
App/my-app/src/Components/contextHeader/index.jsx CHANGED
@@ -1,6 +1,5 @@
1
  import { Typography, useTheme } from "@mui/material";
2
  import Grid from "@mui/material/Unstable_Grid2";
3
- import { use } from "react";
4
 
5
  export default function ContextHeader({ chunks, documents }) {
6
  const theme = useTheme();
 
1
  import { Typography, useTheme } from "@mui/material";
2
  import Grid from "@mui/material/Unstable_Grid2";
 
3
 
4
  export default function ContextHeader({ chunks, documents }) {
5
  const theme = useTheme();
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: purple
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
9
+ app_port: 8000
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference