Spaces:
Running
Running
Fahad Mattoo
commited on
New (#10)
Browse files* updating text
* hehe
- .github/workflows/check.yml +0 -18
- README.md +0 -1
.github/workflows/check.yml
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
name: Check file size
|
2 |
-
on:
|
3 |
-
pull_request:
|
4 |
-
branches: [main]
|
5 |
-
|
6 |
-
# to run this workflow manually from the Actions tab
|
7 |
-
workflow_dispatch:
|
8 |
-
|
9 |
-
jobs:
|
10 |
-
sync-to-hub:
|
11 |
-
runs-on: ubuntu-latest
|
12 |
-
steps:
|
13 |
-
- name: Check large files
|
14 |
-
uses: ActionsDesk/[email protected]
|
15 |
-
with:
|
16 |
-
filesizelimit: 10485760 # this is 10MB
|
17 |
-
env:
|
18 |
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
title: This is a simple chat bot using openAI GPT models.
|
3 |
-
emoji: {{emoji}}
|
4 |
colorFrom: red
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
|
|
1 |
---
|
2 |
title: This is a simple chat bot using openAI GPT models.
|
|
|
3 |
colorFrom: red
|
4 |
colorTo: green
|
5 |
sdk: streamlit
|