brunhild217 commited on
Commit
69dbc2c
·
1 Parent(s): e4de761

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,8 +97,8 @@ with gr.Blocks() as demo:
97
  file_input = gr.File(label="Load a .txt or .py file",
98
  file_types=['.py', '.txt'], type="file",
99
  elem_classes="short-height")
100
- instructor_prompt = file_input.name
101
- gr.Textbox(value=instructor_prompt)
102
 
103
 
104
  demo.queue().launch(server_name='0.0.0.0', server_port=7860)
 
97
  file_input = gr.File(label="Load a .txt or .py file",
98
  file_types=['.py', '.txt'], type="file",
99
  elem_classes="short-height")
100
+ #instructor_prompt = file_input.name
101
+ gr.Textbox(value=file_input)
102
 
103
 
104
  demo.queue().launch(server_name='0.0.0.0', server_port=7860)