Oopstom commited on
Commit
4cd2990
1 Parent(s): f5aaba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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):