Commit Graph

3428 Commits

Author SHA1 Message Date
Abubakar Abid
0c3e2b7782 Merge branch 'master' into dawood/i18n 2022-02-14 21:58:29 -05:00
Abubakar Abid
4c1027c674 Merge branch 'master' into dawood/chatbot 2022-02-14 21:57:57 -05:00
Ali Abdalla
ba8ec489e9
fixed mkdir in dockerfile (#612) 2022-02-15 06:27:30 +04:00
Ali Abdalla
957f3983b4
Small fixes (#611)
* correct discord link

* navbar link to /guides
2022-02-15 05:48:15 +04:00
Ali Abdalla
8733660adf
Fixing Website Reload (#610)
* fixed build issues, docker ignore issues

* exec command

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-15 05:35:08 +04:00
Ali Abdalla
60a5d85325
Anchor tags on all headers (#601)
* auto id for every header

* added anchor tag

* removing regex for ids

* switched to tailwind

* fixing bad merge
2022-02-15 04:57:42 +04:00
Ali Abdalla
01f52bbd38
Copy button on code blocks (#597)
* adding copy button

* fixed getting started; modified copy button code

* color change and click feedback

* overflow, overlay issue, click feedback

* changed flashing color to darker orange

* copy button only visible on hover

* switched to tailwind
2022-02-15 04:38:11 +04:00
Abubakar Abid
a786eff15a merged master 2022-02-14 18:32:23 -05:00
aliabid94
1f7e5c7b41
Tests Fix (#609)
* test commit

* fix yellow colow

* height fixes

* fix

* fix golder images

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-14 15:27:29 -08:00
dawoodkhan82
ba0c996a2f undo pretty format of website 2022-02-14 16:50:15 -05:00
dawoodkhan82
670da0f27e merge master 2022-02-14 16:20:56 -05:00
pngwn
db59544d50
add unit tests (#602)
* add unit tests

* add tests to ci

* fix naming of tests
2022-02-14 15:24:04 +00:00
Abubakar Abid
1260068e2e fixed tests 2022-02-12 17:38:57 -05:00
Abubakar Abid
6c52e531a2 moved optional logic to get_config_file & added some typing 2022-02-12 17:10:28 -05:00
Abubakar Abid
c0aa8898b0 Merge branch 'master' into Optional-Input-Clarification 2022-02-12 13:51:11 -05:00
Ömer Faruk Özdemir
56ce2dcc60 Optional-Input-Clarification
- when the component is optional, label it as optional
2022-02-12 15:22:27 +03:00
Ali Abdalla
e68c3188a1
Restoring Style on Guides (#595)
* restoring related spaces styling

* increased img width

* switched to tailwind
2022-02-12 03:56:44 +04:00
dawoodkhan82
09e333c0e7 remove unused theme variable 2022-02-11 14:21:04 -05:00
dawoodkhan82
88a186a449 prettier format fixes 2022-02-11 14:16:11 -05:00
dawoodkhan82
bd58f25d57 pretty format fixes 2022-02-11 14:10:30 -05:00
dawoodkhan82
01af50a6a4 merge master 2022-02-11 11:58:08 -05:00
Abubakar Abid
6f8afa0eb5
Merge pull request #600 from gradio-app/formatting-fix
formatting fixes
2022-02-11 11:46:41 -05:00
Abubakar Abid
085910c757 formatting fixes 2022-02-11 11:46:11 -05:00
Abubakar Abid
80330ccd1e
Merge pull request #599 from xTayEx/xtayex/fix_api_mode
Fix `api_mode`
2022-02-11 11:45:08 -05:00
dawoodkhan82
2438b0bb90 more pretty formatting 2022-02-11 11:34:49 -05:00
dawoodkhan82
bcdad92fe1 pretty formatting 2022-02-11 11:22:39 -05:00
dawoodkhan82
5bf342ce6c update package.json 2022-02-11 11:19:00 -05:00
dawoodkhan82
b87d42b747 update pnpm-lock file 2022-02-11 11:01:38 -05:00
dawoodkhan82
053ead7d31 package fix 2022-02-11 10:57:38 -05:00
dawoodkhan82
725f51cfb4 merge master 2022-02-11 10:50:06 -05:00
dawoodkhan82
fda9c4e476 move to ui dir + small fixes 2022-02-11 10:45:42 -05:00
xtayex
82f999a847 fix api_mode in Series 2022-02-11 15:13:16 +08:00
xtayex
a3e95d68ee fix 2022-02-11 14:49:25 +08:00
xtayex
66ad4ab2e1 fix api_mode bug in gradio.mix.Parallel() 2022-02-11 14:36:08 +08:00
pngwn
1ce8360f70
remove frontend directory (#598) 2022-02-10 20:18:32 +00:00
pngwn
37c8ee3974
use ui for frontend (#589)
* add static src to modify sketch

* add themes

* update all tooling to use the new frontend dir

* revert formatting

* update template index

* fix formatting

* fix scripts for new ui folder

* remoce console.logs

* remoce console.logs

* ensure dataeries clear works correctly

* ensure label chart has correct width

* remove cropper when component is destroyed

* update tailwind

* remove console logs

* fix formatting

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-10 19:22:22 +00:00
dawoodkhan82
cf81aaac81 add chatbot component to ui dir 2022-02-10 14:14:42 -05:00
Ömer Faruk Özdemir
316de05e5e
Merge pull request #594 from gradio-app/Format-The-Codebase
Format-The-Codebase
2022-02-10 11:26:05 +03:00
Ömer Faruk Özdemir
47b4b69290 Format-The-Codebase
- update scripts
2022-02-10 11:25:27 +03:00
Ömer Faruk Özdemir
c9298b3802
Merge pull request #574 from gradio-app/Format-The-Codebase
Format-The-Codebase
2022-02-10 11:18:52 +03:00
Ömer Faruk Özdemir
934071d607 Format-The-Codebase
- add a format script
- solve a conflict between flake8 and black
2022-02-10 11:13:49 +03:00
Ömer Faruk Özdemir
8251a52447 Merge branch 'Format-The-Codebase' of https://github.com/gradio-app/gradio into Format-The-Codebase 2022-02-10 11:12:34 +03:00
Ömer Faruk Özdemir
4c5e116709 Format-The-Codebase
- add a format script
- solve a conflict between flake8 and black
2022-02-10 11:12:26 +03:00
dawoodkhan82
6fb93528c9 chatbot component 2022-02-10 01:24:04 -05:00
Abubakar Abid
7071c0bd41 replaced networking.url_request with standard requests.get 2022-02-10 00:10:00 -05:00
Ömer Faruk Özdemir
6884523ac8 Revert "Format-The-Codebase"
This reverts commit 4d8654f01f.
2022-02-10 00:08:59 +03:00
Ömer Faruk Özdemir
4d8654f01f Format-The-Codebase
- try reverting dtype change
2022-02-09 23:30:53 +03:00
Ömer Faruk Özdemir
0db8e50312 Format-The-Codebase
- revert the last change
2022-02-09 23:25:48 +03:00
Ömer Faruk Özdemir
44917c2e5d Format-The-Codebase
- get Number import back
2022-02-09 23:19:03 +03:00
Ömer Faruk Özdemir
972c66e09b Format-The-Codebase
- solve the flake8 warnings
2022-02-09 22:52:26 +03:00