Sfoglia il codice sorgente

using absolute image path to fix appearance on Pypi

Rodja Trappe 4 anni fa
parent
commit
4cb4cba0d3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,6 +1,6 @@
 # NiceGUI
 # NiceGUI
 
 
-<img src="sceenshots/ui-elements.png?raw=true" width="300" align="right">
+<img src="https://github.com/zauberzeug/nicegui/tree/main/sceenshots/ui-elements.png?raw=true" width="300" align="right">
 
 
 We like [Streamlit](https://streamlit.io/) but find it does to much magic when it comes to state handling. In search for an alernative nice library to write simple graphical user interfaces in Python we discovered [justpy](https://justpy.io/). While too "low-level-html" for our daily usage it provides a great basis for our shot at a "NiceGUI".
 We like [Streamlit](https://streamlit.io/) but find it does to much magic when it comes to state handling. In search for an alernative nice library to write simple graphical user interfaces in Python we discovered [justpy](https://justpy.io/). While too "low-level-html" for our daily usage it provides a great basis for our shot at a "NiceGUI".
 
 
@@ -38,7 +38,7 @@ See [main.py](/main.py) for an example of all API calls you can make with NiceGU
 
 
 ## Plots
 ## Plots
 
 
-<img src="sceenshots/live-plot.gif?raw=true" width="400" align="right">
+<img src="https://github.com/zauberzeug/nicegui/tree/main/sceenshots/live-plot.gif?raw=true" width="400" align="right">
 
 
 ```python
 ```python
 lines = ui.line_plot(n=2, limit=20).with_legend(['sin', 'cos'], loc='upper center', ncol=2)
 lines = ui.line_plot(n=2, limit=20).with_legend(['sin', 'cos'], loc='upper center', ncol=2)