p208p2002 commited on
Commit
2bb1b21
β€’
1 Parent(s): ce7ffda
react-qa/build/asset-manifest.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "files": {
3
  "main.css": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.94510c01.css",
4
- "main.js": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.d7f17bca.js",
5
  "static/js/787.e7ee5088.chunk.js": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/787.e7ee5088.chunk.js",
6
  "index.html": "/embed/p208p2002/Transformer-QA-Decode-Visualize/index.html",
7
  "main.94510c01.css.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.94510c01.css.map",
8
- "main.d7f17bca.js.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.d7f17bca.js.map",
9
  "787.e7ee5088.chunk.js.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/787.e7ee5088.chunk.js.map"
10
  },
11
  "entrypoints": [
12
  "static/css/main.94510c01.css",
13
- "static/js/main.d7f17bca.js"
14
  ]
15
  }
 
1
  {
2
  "files": {
3
  "main.css": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.94510c01.css",
4
+ "main.js": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.8567f65c.js",
5
  "static/js/787.e7ee5088.chunk.js": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/787.e7ee5088.chunk.js",
6
  "index.html": "/embed/p208p2002/Transformer-QA-Decode-Visualize/index.html",
7
  "main.94510c01.css.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.94510c01.css.map",
8
+ "main.8567f65c.js.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.8567f65c.js.map",
9
  "787.e7ee5088.chunk.js.map": "/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/787.e7ee5088.chunk.js.map"
10
  },
11
  "entrypoints": [
12
  "static/css/main.94510c01.css",
13
+ "static/js/main.8567f65c.js"
14
  ]
15
  }
react-qa/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/logo192.png"/><link rel="manifest" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/manifest.json"/><title>React App</title><script defer="defer" src="/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.d7f17bca.js"></script><link href="/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.94510c01.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
 
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/logo192.png"/><link rel="manifest" href="/embed/p208p2002/Transformer-QA-Decode-Visualize/manifest.json"/><title>React App</title><script defer="defer" src="/embed/p208p2002/Transformer-QA-Decode-Visualize/static/js/main.8567f65c.js"></script><link href="/embed/p208p2002/Transformer-QA-Decode-Visualize/static/css/main.94510c01.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
react-qa/build/static/js/{main.d7f17bca.js β†’ main.8567f65c.js} RENAMED
The diff for this file is too large to render. See raw diff
 
react-qa/build/static/js/{main.d7f17bca.js.LICENSE.txt β†’ main.8567f65c.js.LICENSE.txt} RENAMED
File without changes
react-qa/build/static/js/{main.d7f17bca.js.map β†’ main.8567f65c.js.map} RENAMED
The diff for this file is too large to render. See raw diff
 
react-qa/src/App.js CHANGED
@@ -9,7 +9,7 @@ function App() {
9
  const [context,set_context] = useState("My name is Clara and I live in Berkeley.")
10
 
11
  let request_qa_data = () => {
12
- axios.post('/question-answer',{
13
  question,
14
  context
15
  })
 
9
  const [context,set_context] = useState("My name is Clara and I live in Berkeley.")
10
 
11
  let request_qa_data = () => {
12
+ axios.post('https://hf.space/embed/p208p2002/Transformer-QA-Decode-Visualize/question-answer',{
13
  question,
14
  context
15
  })