JoPmt commited on
Commit
b9c2cca
1 Parent(s): 9342705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks() as app:
24
 
25
  char_temp = gr.Textbox(label="Character Variables", value=f"{info_charvar}", interactive=True)
26
  story_obj = gr.Textbox(label="Story Objectives", value=f"{story_objective}", interactive=True)
27
- atest=gr.Textbox(label=extra")
28
  with gr.Column():
29
 
30
  char_temp_out = gr.Textbox(label="Character Variables", value="", interactive=True)
 
24
 
25
  char_temp = gr.Textbox(label="Character Variables", value=f"{info_charvar}", interactive=True)
26
  story_obj = gr.Textbox(label="Story Objectives", value=f"{story_objective}", interactive=True)
27
+ atest=gr.Textbox(label="extra")
28
  with gr.Column():
29
 
30
  char_temp_out = gr.Textbox(label="Character Variables", value="", interactive=True)