simplify graphrag
Browse files
app.py
CHANGED
|
@@ -106,15 +106,7 @@ By framing each component as a strategic variable rather than a fixed element, b
|
|
| 106 |
"""
|
| 107 |
in_question = gr.Textbox(label="Persona")
|
| 108 |
out_product = gr.Textbox(label="Plan")
|
| 109 |
-
|
| 110 |
-
gr.Examples(
|
| 111 |
-
[
|
| 112 |
-
[
|
| 113 |
-
]
|
| 114 |
-
],
|
| 115 |
-
[in_verbatim]
|
| 116 |
-
)
|
| 117 |
-
"""
|
| 118 |
gr.Examples(
|
| 119 |
[
|
| 120 |
[
|
|
|
|
| 106 |
"""
|
| 107 |
in_question = gr.Textbox(label="Persona")
|
| 108 |
out_product = gr.Textbox(label="Plan")
|
| 109 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
gr.Examples(
|
| 111 |
[
|
| 112 |
[
|