Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks() as interface:
|
|
188 |
operation = gr.Dropdown(choices=["break this bond", "change this bond to single bond", "change this bond to double bond", "change this bond to triple bond"], label="Operation")
|
189 |
submit_operation_button = gr.Button("Submit Operation")
|
190 |
|
191 |
-
prompt_output = gr.Textbox(label="Prompt", interactive=False, visible=
|
192 |
|
193 |
result_row = []
|
194 |
for i in range(10):
|
|
|
188 |
operation = gr.Dropdown(choices=["break this bond", "change this bond to single bond", "change this bond to double bond", "change this bond to triple bond"], label="Operation")
|
189 |
submit_operation_button = gr.Button("Submit Operation")
|
190 |
|
191 |
+
prompt_output = gr.Textbox(label="Prompt", interactive=False, visible=True)
|
192 |
|
193 |
result_row = []
|
194 |
for i in range(10):
|