quoting
Browse files
app.py
CHANGED
|
@@ -14,7 +14,9 @@ def create_input_components():
|
|
| 14 |
# A text input for users to provide the schema target.
|
| 15 |
target_input = gr.Textbox(label="Schema Target", placeholder="Enter your schema target...")
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
|
| 19 |
def create_output_component():
|
| 20 |
"""
|
|
|
|
| 14 |
# A text input for users to provide the schema target.
|
| 15 |
target_input = gr.Textbox(label="Schema Target", placeholder="Enter your schema target...")
|
| 16 |
|
| 17 |
+
|
| 18 |
+
file_input = """{}""".format(schema_input)
|
| 19 |
+
return [file_input, target_input]
|
| 20 |
|
| 21 |
def create_output_component():
|
| 22 |
"""
|