Spaces:
Configuration error
Configuration error
Merge branch 'main' of https://github.com/LVivona/Gradio-Flow into main
Browse files
README.md
CHANGED
@@ -5,6 +5,17 @@ stream both [Gradio](https://gradio.app) ( and later [Streamlit](https://streaml
|
|
5 |
|
6 |
|
7 |
## Tabel Of Contents π
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- [**App Architecture**](#app-architecture-%EF%B8%8F)
|
9 |
|
10 |
- [**Prerequisites**](#prerequisites-)
|
@@ -40,9 +51,11 @@ stream both [Gradio](https://gradio.app) ( and later [Streamlit](https://streaml
|
|
40 |
|
41 |
- [**Run Gradio within Gradio-Flow**](#5-run-gradio-within-gradio-flow)
|
42 |
|
|
|
|
|
43 |
- [**Application**](#application-%EF%B8%8F)
|
44 |
|
45 |
-
|
46 |
### Backend π½
|
47 |
- errors within the function InterLauncher fixed
|
48 |
- port mapping fixed
|
|
|
5 |
|
6 |
|
7 |
## Tabel Of Contents π
|
8 |
+
- [**Updates**](#updates-%EF%B8%8F)
|
9 |
+
|
10 |
+
|
11 |
+
- [**Backend**](#backend-)
|
12 |
+
|
13 |
+
|
14 |
+
- [**Frontend**](#frontend-%EF%B8%8F)
|
15 |
+
|
16 |
+
|
17 |
+
- [**In The Works**](#in-the-works-)
|
18 |
+
|
19 |
- [**App Architecture**](#app-architecture-%EF%B8%8F)
|
20 |
|
21 |
- [**Prerequisites**](#prerequisites-)
|
|
|
51 |
|
52 |
- [**Run Gradio within Gradio-Flow**](#5-run-gradio-within-gradio-flow)
|
53 |
|
54 |
+
- [**More Demos**](#more-demos-)
|
55 |
+
|
56 |
- [**Application**](#application-%EF%B8%8F)
|
57 |
|
58 |
+
## Updates βοΈ
|
59 |
### Backend π½
|
60 |
- errors within the function InterLauncher fixed
|
61 |
- port mapping fixed
|
frontend/src/Components/ReactFlow/ReactFlowEnv.js
CHANGED
@@ -68,7 +68,6 @@ export default function ReactEnviorment() {
|
|
68 |
[reactFlowInstance, nodes]);
|
69 |
|
70 |
|
71 |
-
|
72 |
return (
|
73 |
<>
|
74 |
<div className=' absolute top-4 right-5 z-50' onClick={()=> setTheme(!theme)}>
|
|
|
68 |
[reactFlowInstance, nodes]);
|
69 |
|
70 |
|
|
|
71 |
return (
|
72 |
<>
|
73 |
<div className=' absolute top-4 right-5 z-50' onClick={()=> setTheme(!theme)}>
|