HardWorkingStation commited on
Commit
51f09ed
Β·
1 Parent(s): 8e987e9

Initial commit

Browse files
Files changed (2) hide show
  1. .github/workflows/main.yml +1 -1
  2. src/test.ipynb +11 -2
.github/workflows/main.yml CHANGED
@@ -16,4 +16,4 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/FULL_SPACE_NAME main
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/versus666/uplift_lab main
src/test.ipynb CHANGED
@@ -2,8 +2,17 @@
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
- "execution_count": 132,
6
- "outputs": [],
 
 
 
 
 
 
 
 
 
7
  "source": [
8
  "from typing import Any\n",
9
  "import pandas as pd\n",
 
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
+ "execution_count": 1,
6
+ "outputs": [
7
+ {
8
+ "name": "stderr",
9
+ "output_type": "stream",
10
+ "text": [
11
+ "C:\\Users\\HardWorkingStation\\PyProjects\\uplift_lab\\venv\\lib\\site-packages\\pkg_resources\\__init__.py:116: PkgResourcesDeprecationWarning: reamlit is an invalid version and will not be supported in a future release\n",
12
+ " warnings.warn(\n"
13
+ ]
14
+ }
15
+ ],
16
  "source": [
17
  "from typing import Any\n",
18
  "import pandas as pd\n",