kwabs22 commited on
Commit
52f0fc1
·
1 Parent(s): cb022bb

File uploads and placholders

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -703,7 +703,7 @@ with gr.Blocks() as demo:
703
  with gr.Tab("Schema First"):
704
  gr.HTML("Some Kinds of game skeletons ideas - Timelines, Graph as State machine paths, Economy ecosystem")
705
  gr.HTML("One prompt to be used to test models - <br>Please make 10 python lists for the types of media files and their purposes in a game and then use those lists to random generate a timeline of 20 items when the function is called <br>Great next suggest ways to improve this function to create better timelines")
706
- with gr.Accoridion(""):
707
  gr.Markdown("Asset Generation")
708
  gr.HTML("Splits by new line - The idea here was to allow for saving the file ")
709
  input_text = gr.Textbox(label="Input Text", lines=10)
 
703
  with gr.Tab("Schema First"):
704
  gr.HTML("Some Kinds of game skeletons ideas - Timelines, Graph as State machine paths, Economy ecosystem")
705
  gr.HTML("One prompt to be used to test models - <br>Please make 10 python lists for the types of media files and their purposes in a game and then use those lists to random generate a timeline of 20 items when the function is called <br>Great next suggest ways to improve this function to create better timelines")
706
+ with gr.Accordion(""):
707
  gr.Markdown("Asset Generation")
708
  gr.HTML("Splits by new line - The idea here was to allow for saving the file ")
709
  input_text = gr.Textbox(label="Input Text", lines=10)