Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|