ysharma HF staff commited on
Commit
a65d2c5
1 Parent(s): cacb0d5

added github issue from Pete

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ pinned: false
17
  - Gradio is a widely used platform for creating demos of machine learning models, enabling the creation of web-based user interfaces solely using Python. As the interface of a Gradio application has a direct impact on the user experience, we recognize the importance of creating an aesthetically pleasing interface to enhance the app's value. As such, we have introduced **Gradio Themes**, a new feature that enables users to add themes and customize and beautify their applications. Additionally, we are hosting the **Gradio Themes Party** to encourage developers to design stunning and impressive themes for their Gradio apps and front-ends.
18
  - Gradio can be installed via pip and comes preinstalled in Hugging Face Spaces, the latest version of Gradio that supports Themes is 3.22, and it can be set in the README in Spaces by setting the sdk_version, for example <code>sdk_version: 3.22.0</code>. To learn more about Gradio, see the Getting Started Guide: <a href="https://gradio.app/getting_started/" target="_blank" style="text-decoration: underline">https://gradio.app/getting_started/</a>
19
  - By using Gradio Themes, you can enhance the user experience of your app. You can achieve this by adding default themes such as Base, Soft, Glass, Monochrome, among others. Additionally, you can also extend and personalize existing themes, or create your own themes from scratch. There are a multitude of options available to customize the user interface of your app to suit your needs. To learn more about Gradio Themes, see the Themes Guide at: <a href="https://gradio.app/getting_started/" target="_blank" style="text-decoration: underline">https://gradio.app/themes_guide/</a>
20
-
21
 
22
  ## Hackathon Tracks :
23
  Participants can take part in different tracks of the Themes Hackathon. Each track will have winners announced at the end of the event! These events are:-
 
17
  - Gradio is a widely used platform for creating demos of machine learning models, enabling the creation of web-based user interfaces solely using Python. As the interface of a Gradio application has a direct impact on the user experience, we recognize the importance of creating an aesthetically pleasing interface to enhance the app's value. As such, we have introduced **Gradio Themes**, a new feature that enables users to add themes and customize and beautify their applications. Additionally, we are hosting the **Gradio Themes Party** to encourage developers to design stunning and impressive themes for their Gradio apps and front-ends.
18
  - Gradio can be installed via pip and comes preinstalled in Hugging Face Spaces, the latest version of Gradio that supports Themes is 3.22, and it can be set in the README in Spaces by setting the sdk_version, for example <code>sdk_version: 3.22.0</code>. To learn more about Gradio, see the Getting Started Guide: <a href="https://gradio.app/getting_started/" target="_blank" style="text-decoration: underline">https://gradio.app/getting_started/</a>
19
  - By using Gradio Themes, you can enhance the user experience of your app. You can achieve this by adding default themes such as Base, Soft, Glass, Monochrome, among others. Additionally, you can also extend and personalize existing themes, or create your own themes from scratch. There are a multitude of options available to customize the user interface of your app to suit your needs. To learn more about Gradio Themes, see the Themes Guide at: <a href="https://gradio.app/getting_started/" target="_blank" style="text-decoration: underline">https://gradio.app/themes_guide/</a>
20
+ - If there is something you would like to style via the theming API but it isn't currently supported, please use this <a href="https://github.com/gradio-app/gradio/issues/3544" target="_blank">Github Issue</a> to report it. You can add a reply to this issue detailing what you would like to style and how you would like to style it and we will get back to you on it.
21
 
22
  ## Hackathon Tracks :
23
  Participants can take part in different tracks of the Themes Hackathon. Each track will have winners announced at the end of the event! These events are:-