Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
•
8d48459
1
Parent(s):
2c366e0
editing placeholder debug
Browse files
app.py
CHANGED
@@ -499,8 +499,8 @@ initgameinfo = start_game()
|
|
499 |
with gr.Blocks() as demo:
|
500 |
gr.HTML("""<div style="width: 100%; text-align: center">Main ideas for this space is (June 2024) (Custom component planning?):</div>
|
501 |
<div style="display: flex; justify-content: center; margin-bottom: 20px; align-items: center;">
|
502 |
-
<div style="width: 20%; text-align: center">A program exist around data </div>
|
503 |
<div style="width: 20%; text-align: center">We can generate almost any media data and more </div>
|
|
|
504 |
<div style="width: 20%; text-align: center">Time moves in a straight so all considerations are flattend by the nature of time </div>
|
505 |
<div style="width: 20%; text-align: center">llms good at short questions </div>
|
506 |
<div style="width: 20%; text-align: center">HF + Gradio allows for api use so this my prototype tool for tool use test</div>
|
@@ -520,7 +520,8 @@ with gr.Blocks() as demo:
|
|
520 |
gr.HTML("Editing placeholder")
|
521 |
@gr.render(inputs=game_structure_output_text_with_media)
|
522 |
def update(game_structure_output_text_with_media):
|
523 |
-
return
|
|
|
524 |
with gr.Row():
|
525 |
timeline_output_with_assets = gr.Textbox(label="Timeline with Assets Considered", lines=20)
|
526 |
timeline_output = gr.Textbox(label="Timeline (Order might be different for now)", lines=20)
|
|
|
499 |
with gr.Blocks() as demo:
|
500 |
gr.HTML("""<div style="width: 100%; text-align: center">Main ideas for this space is (June 2024) (Custom component planning?):</div>
|
501 |
<div style="display: flex; justify-content: center; margin-bottom: 20px; align-items: center;">
|
|
|
502 |
<div style="width: 20%; text-align: center">We can generate almost any media data and more </div>
|
503 |
+
<div style="width: 20%; text-align: center">A program exist around data </div>
|
504 |
<div style="width: 20%; text-align: center">Time moves in a straight so all considerations are flattend by the nature of time </div>
|
505 |
<div style="width: 20%; text-align: center">llms good at short questions </div>
|
506 |
<div style="width: 20%; text-align: center">HF + Gradio allows for api use so this my prototype tool for tool use test</div>
|
|
|
520 |
gr.HTML("Editing placeholder")
|
521 |
@gr.render(inputs=game_structure_output_text_with_media)
|
522 |
def update(game_structure_output_text_with_media):
|
523 |
+
return show_elements_json_input(game_structure_output_text_with_media)
|
524 |
+
|
525 |
with gr.Row():
|
526 |
timeline_output_with_assets = gr.Textbox(label="Timeline with Assets Considered", lines=20)
|
527 |
timeline_output = gr.Textbox(label="Timeline (Order might be different for now)", lines=20)
|